.main {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
#selectName {
  position: absolute;
  top: calc((100% / 2) + 194px);
  left: calc((100% / 2) - 100px);
}
canvas{
  width: 1000px;
  height: 500px;
  border: 1px solid white;
}

button {
  font: 13px comic sans;
  color: gray;
  
}
.back {
  position: absolute;
  top:0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  filter: blur(7px);
  background-image: url('/assets/background.jpeg');
}