body {
  background: rgb(16, 1, 70);
  /* width: 100vw; */
  /* height: 100vh; */
}
form {
  
}
#canvas1 {
  /* top: 50%; */
  /* left: 50%; */
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid rgb(24, 8, 94);
}



