@font-face {
  font-family: Raleway;
  src: url(/assets/fonts/raleway.ttf);
  font-display: swap;
}

body {
  background-color: black;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #000;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-font-sans-serif: Raleway;
}

.cover {
  transition: 250ms;
}

.cover:hover {
  scale: 1.1;
}

.page {
  display: none;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -999;

  background-image: url(/assets/images/default.jpg);
  background-size: cover;
  background-position: center;
  scale: 1.1;
  filter: blur(20px);
  opacity: 0.6;
}

.v-center {
  display: flex;
  align-items: center;
}

.downloadButton {
  height: 5rem;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  background: transparent;
  border: none;
}

.downloadButton img {
  max-height: 100%;
  max-width: 50%;
}

#song-cover {
  transition-duration: 500ms;
  transition-property: scale;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#yt-player {
  display: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

button.reset {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  background-color: transparent;
  border: none;
}
