body {
  margin: 0;
  font-family: 'Poppins', 'Roboto', sans-serif;
  background-color: #0e1116;
  color: #fff;
}

#pagewidth {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1c2230;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

#header-left, #header-center, #header-right {
  flex: 1;
  text-align: center;
}

#header-center h1 {
  font-size: 2em;
  margin: 0;
}

#header-center h5 {
  margin: 5px 0 0;
  font-style: italic;
  color: #ccc;
}

/* TOP NAV */
nav#navtop {
  margin-top: 20px;
  background: #1b1f2a;
  border-radius: 10px;
  padding: 10px;
}

ul.menutop {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}

ul.menutop li a img {
  width: 24px;
}

/* Соцсети */
ul.social-media {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.social-media li {
  display: flex;
}

ul.social-media img {
  width: 28px;
  height: 28px;
  filter: invert(1);
  transition: transform 0.2s;
}

ul.social-media img:hover {
  transform: scale(1.1);
}

/* SIDE MENU */
#navleft {
  float: left;
  width: 200px;
  background-color: #141922;
  margin-top: 20px;
  border-radius: 10px;
}

#navleft ul {
  list-style: none;
  padding: 0;
}

#navleft li {
  padding: 10px;
}

#navleft a {
  color: #4eaaff;
  text-decoration: none;
}

#navleft a:hover {
  text-decoration: underline;
}

/* MAIN CONTENT */
#midst {
  margin-left: 220px;
  padding: 20px;
  background-color: #101520;
  border-radius: 10px;
  margin-top: 20px;
}

article.cornice {
  background-color: #1c2535;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

a {
  color: #4eaaff;
}

table.TableLeft {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table.TableLeft th,
table.TableLeft td {
  border: 1px solid #444;
  padding: 10px;
  text-align: left;
}

table.TableLeft caption {
  font-weight: bold;
  margin-bottom: 10px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  color: #888;
  font-size: 0.9em;
  margin-top: 40px;
}
.centerside {
     width: 45%;
}
.Logo {
      width: 15%;
}
.Powerpoint {
    text-decoration: none;
}

.player {
text-align: center;
	border-radius: 1.5rem;
	box-shadow: 25px 25px 50px #c7cacf, 
             -25px -25px 50px #ffffff;
}

    .player{
      height: 95vh;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
  }
    .wrapper{
      border: 1px solid transparent;
      padding: 30px;
      border-radius: 20px;
      background-color: #ddd;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
      align-items: center;
    }
    
    .details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }
    
    .track-art {
    margin: 25px;
    height: 250px;
    width: 250px;
    border:2px solid 	#FFFAFA;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -moz-box-shadow: 0px 6px 5px black;
    -webkit-box-shadow: 0px 6px 5px black;
    box-shadow: 0px 6px 5px black;
    -moz-border-radius:190px;
    -webkit-border-radius:190px;
    border-radius:190px;
    align-items: center;
    }
    
    .now-playing {
    font-size: 1rem;
    }
    
    .track-name {
    font-size: 2.5rem;
    }
    
    .track-artist {
    margin-top: 5px;
    font-size: 1.5rem;
    }
    
    .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    }
    .active{
        color: black;
    }
    
    .repeat-track,
    .random-track,
    .playpause-track,
    .prev-track,
    .next-track {
    padding: 25px;
    opacity: 0.8;
    transition: opacity .2s;
    }
    
    .repeat-track:hover,
    .random-track:hover,
    .playpause-track:hover,
    .prev-track:hover,
    .next-track:hover {
    opacity: 1.0;
    }
    
    .slider_container {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .seek_slider, .volume_slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #83A9FF;
    -webkit-transition: .2s;
    transition: opacity .2s;
    }
    
    .seek_slider::-webkit-slider-thumb,
    .volume_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: white;
    border: 3px solid #3774FF;
    cursor: grab;
    border-radius: 100%;
    }
    
    .seek_slider:hover,
    .volume_slider:hover {
    opacity: 1.0;
    }
    
    .seek_slider {
    width: 60%;
    }
    
    .volume_slider {
    width: 30%;
    }
    
    .current-time,
    .total-duration {
    padding: 10px;
    }
    
    i.fa-volume-down,
    i.fa-volume-up {
    padding: 10px;
    }
    
    i,
    i.fa-play-circle,
    i.fa-pause-circle,
    i.fa-step-forward,
    i.fa-step-backward,
    p {
    cursor: pointer;
    }
    .randomActive{
        color: black;
    }
    .rotate {
        animation: rotation 8s infinite linear;
    }
    @keyframes rotation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(359deg);
        }
    }
    .loader {
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .loader .stroke{
        background: #f1f1f1;
        height: 150%;
        width: 10px;
        border-radius: 50px;
        margin: 0 5px;
        animation: animate 1.4s linear infinite;
    }
      @keyframes animate {
        50% {
          height: 20%;
          background: #4286f4;
        }
    
        100% {
          background: #4286f4;
          height: 100%;
        }
      }
      .stroke:nth-child(1){
          animation-delay: 0s;
      }
      .stroke:nth-child(2){
        animation-delay: 0.3s;
    }
    .stroke:nth-child(3){
        animation-delay: 0.6s;
    }
    .stroke:nth-child(4){
        animation-delay: 0.9s;
    }
    .stroke:nth-child(5){
        animation-delay: 0.6s;
    }
    .stroke:nth-child(6){
        animation-delay: 0.3s;
    }
    .stroke:nth-child(7){
        animation-delay: 0s;
    }