html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;

  background-color: #000;
  background-image: url("../assets/img/vlam_front_cover.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  
  font-family: sans-serif;
  font-size: 18px;
  color: #fff;
}

.noscript-hidden {
  visibility: hidden;
}

#toggle-dropdown-menu-btn {
  position: absolute;
  top: 0.48em;
  right: 0.48em;
}

#dropdown-menu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  padding: 2.5em 1.1em 0.5em 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
}

.dropdown-menu-item {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}

#bgm-player {
  width: 300;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 0.2em;
  background-color: #000;
}

#bgm-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4em;
}

#track-name {
  text-align: center;
}

a {
  color: #fff;
}

#download-link {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 0.3em;
  text-decoration: none;
}
