* {
  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: #18191f;
}

.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;
  margin-bottom: 4rem;
  background-color: rgb(182, 182, 182);
  color: #262626;
}

.dropdown {
  width: 30vw;
  margin-left: 3rem;
  /*position: absolute;*
  top: 7rem;
  left: 4rem;
  z-index: 2;/
  /*min-width: 5em;
  margin: 2rem;*/
}

li {
  font-family: "Outfit", sans-serif;
  font-size: 16pt;
  font-weight: 700;
  color: rgb(201, 78, 210);
}

a {
  text-decoration: none;
}

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

.select {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff6d;
  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 {
  color: #ffffffd5;
  transition: 0.2s;
}

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

.caret-rotate {
  transform: rotate(180deg);
  border-top: 63px solid #1acce0b2;
}

.menu {
  list-style: none;
  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%;*/
  opacity: 0;
  transform: translateX(0%);
  display: none;
  z-index: 1;
}

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

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

.active {
  background: #94175e;
  color: rgb(218, 82, 208);
  font-weight: 700;
}

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

.player-box-1 {
  position: absolute;
}

aside {
  padding: 2rem 2rem;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
}

.links a {
  color: rgb(255, 255, 255);
  font-family: "Matemasie", sans-serif;
  font-style: normal;
  letter-spacing: 0.1rem;
}

footer {
  width: 100%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgba(255, 255, 255, 0.488);
  padding-bottom: 1rem;
}

@media (max-width: 800px) {
  .player-box-1 {
    position: static;
    z-index: 3;
    margin-top: 10px;
    width: 100vw;
    padding: 3rem;
  }
  /* footer {
    position: absolute;
    top: 70rem;
  } */

  @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 {
    position: static;
    z-index: 3;
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
  /* footer {
    position: absolute;
    top: 85rem;*/
}
@media (max-height: 520px) {
  .player-box-1 {
    margin-top: -65px !important;
  }
  .player-box-1 > div + div {
    margin-top: 65px !important;
  }
}
