html, body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  overflow-y: scroll;
  width: 100% !important;
  height: 100% !important;
}

#bg-container {
  z-index: -1;
  background-image: url("Still-01.c1c4d6bc.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#three-canvas {
  z-index: 1;
  pointer-events: none;
  width: 40vw;
  height: 40vh;
  position: fixed;
  top: 45%;
  right: 0;
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  text-decoration: underline;
  color: #ffffffb3 !important;
}

#menu {
  z-index: 100;
  pointer-events: auto;
  width: auto;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#menu ul {
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#menu li {
  color: #fff;
  cursor: pointer;
  background: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: Calibri, sans-serif;
  font-size: 2vw;
  font-weight: bold;
  transition: background .3s, transform .2s;
}

#menu li:hover {
  background: #ffffff4d;
  transform: scale(1.1);
}

#music-content {
  text-align: center;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 40px;
  display: flex;
}

iframe {
  border: none;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: auto;
  display: block;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logo-container {
  z-index: 99;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.music-links {
  display: absolute;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-size: large;
}

.music-links a {
  color: #fff;
  background: #000000b3;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background .3s;
}

.music-links a:hover {
  background: #ffffff4d;
}

.topright {
  z-index: 100;
  padding: 5px;
  font-size: 1.2vw;
  position: absolute;
  top: 16px;
  right: 20px;
}
/*# sourceMappingURL=music.e736a2c2.css.map */
