* {
  user-select: none !important;
  -webkit-user-select: none !important;
  outline: none;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

/* body {
  background: url("/images/ModernandUnique1-sm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
} */

.header-title {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  margin-left: 4rem;
  margin-top: 4rem;
  background-color: rgba(255, 255, 255, 0.611);
}

.player-box-1 {
  display: inline-block;
}
.description {
  font-family: "Libre Caslon Text", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 3rem;
}

.track-title {
  font-family: "Libre Caslon Text", serif;
  font-weight: 800;
  font-style: normal;
}
.dropdown {
  width: 40vw;
  margin-left: 4rem;
  margin-bottom: 12rem;
}

h1 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.9);
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 0px 0px;
}

li {
  font-family: "Outfit", sans-serif;
  font-size: 16pt;
  color: rgb(45, 45, 45);
}

a {
  text-decoration: none;
}

.selected {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.select {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #000000e4;
  color: #cbcbcb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  /*transition: 0.2s;*/
}

.select-clicked {
  border: none;
  /*box-shadow: 0 0 0.8em #e35fe1;*/
}

.select:hover {
  background: #d1d1d1;
  color: #fff;
}

.caret {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 23px solid #ffffff;
  transition: 0.8s;
  /*box-shadow: 0 0.5em 1em rgba(129, 14, 14, 0.754);*/
}

.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  /*padding: 0.2em 0.5em;*/
  background: #d5d5d5c7;
  border: none;
  border-radius: 0;
  /*box-shadow: 0 0.5em 1em rgba(129, 14, 14, 0.754);*/
  /*color: #e5e5e5;*/
  /*position: absolute;
  /top: 7em;
  left: 50%;
  width: 100%;*/
  /*transform: translateX(0%);
  opacity: 0;*/
  display: none;
  z-index: 1;
}

.menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  cursor: pointer;
}

.menu li:hover {
  background: #1acce0b2;
  transition: 0.3s;
}

.active {
  background: #23242aa5;
  color: white;
}

.menu-open {
  display: block;
  opacity: 1;
}

.hero-image {
  width: 100%;
}

aside {
  margin-bottom: 4rem;
}
.links {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem;
}
.links a {
  color: rgb(39, 39, 39);
  font-family: "Matemasie", sans-serif;
  font-style: normal;
  letter-spacing: 0.1rem;
}

footer {
  width: 100%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  color: rgb(36, 36, 36);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*
@media (max-width: 800px) {
  .player-box-1 {
    margin-top: 10px;
    width: 100vw;
  }

  @media (max-height: 520px) {
    .player-box-1 {
      margin-top: -40px !important;
    }
    .player-box-1 > div + div {
      margin-top: 65px !important;
    }
  }
}
@media (min-width: 801px) {
  .player-box-1 {
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  @media (max-height: 520px) {
    .player-box-1 {
      margin-top: -65px !important;
    }
    .player-box-1 > div + div {
      margin-top: 65px !important;
    }
  }
}
*/
.bc {
  display: flex;

  justify-content: center;
  width: 100%;
  background-color: red;
}

.bc-image {
  width: 500px;
  height: 600px;
}
