/* Aregue todo su codigo personalizado aquí */
.station-description {
    color: #fff;
    opacity: .6;
}

.station-img {
    border: 3px solid white;
}

.player-cover-image {
            ;
                animation: bga 60s linear infinite;
                
              
            }

            @keyframes bga {
                50% {
                    transform: scale(2)
                }
            }
.items-start {
    align-items: flex-start;
    margin-top: 15px;
}

