html {
  overflow: hidden;
}

body {
  overflow: hidden;
  background-color: rgb(0, 221, 255);
  cursor: crosshair;
  height: 100dvh;
  margin: 0;
}

.guitar-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
}

.guitarSVG {
  height: 80vw;
}

@media (max-width: 768px) {
  .guitarSVG {
    height: 110vw;
  }
}
.guitar_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  filter: drop-shadow(6px 5px 5px rgba(0, 0, 0, 0.3));
}

.strum-area {
  opacity: 0;
}

.enable-sound {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */