body{
 height:100%;
background: radial-gradient(circle, #990029, #990029, #333); 
  color: #ffc266;
  font-family: 'Roboto', sans-serif;
}
#myProgress {
  width: 99%;
   background-color: #fff; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  margin-top: 8px;
  height: 4px;
  background-color: #0000e6;
  border-radius: 10px;
}

.logo {
  fill: red;
}
.fress {
 padding-left: 12px;
 width: 25px;
  height: 25px;
 cursor:pointer;
  margin: 0px;
  transition: width 2s, height 2s, transform 2s;
}
.fress:hover {
  background:url(up.png) no-repeat center / 100%;
  width: 35px;
  height: 35px;
  transform: rotate(720deg);
}
.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #ccc;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 6px;
}

.title{
  margin-left: 10px;
  width: 180px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  width: 92%;
  padding: 10px;
  background-color❌: #660000;
 background: radial-gradient(circle, #ff3300, #ff3300, #990066); 
  margin:auto;
 border: 5px solid #bbb;
  margin-top: 30px;
 margin-bottom: 10px;
}

.playlist-track-ctn{
  display: flex;
  background-color: #990029;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 12px;
  pointer-events: none;
}
.playlist-duration{
  width: 50px;
  text-align: right;
}
.imgs {
  width: 240;
  height: 150;
}
.playlist-ctn{
   padding-bottom: 20px;
  width: 100%;
  height: 80%;
  overflow: auto;
}
.active-track{
  background: #cc0014;
  color: #eee !important;
  font-weight: bold;
  border: 1px solid #eee;
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #eee !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #fff;
  font-size: 20px;
}
        marquee {
  margin-top: 15px;
            overflow: hidden;
            background: #ffcccc;
 background-image: url('../bomerang/img/logo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 60%;
            color: #333;
   padding: 8px;
            border: 1px solid #4a4a4a;
        }
        
        marquee img {
            margin: 0;
            text-align: center;
          margin-right: 300px;
    border: 1px solid #8a8a8a;
 border-radius: 5px;
        }
