#canvas1 {
  background-image: url("./background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* elemento iscentravimas */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 600px;
  height: 600px;
}

.controls {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.controls {
  font-size: 20px;
}

label {
  text-transform: uppercase;
  font-family: "Titan One", sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
}
select,
option {
  margin-top: 1rem;
}

@media (max-width: 568px) {
  .controls {
    bottom: 100px;
    right: 0%;
  }
}
