.individual-song-player {
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 200ms ease;
}

.individual-song-player:hover {
    color: #09e335;
}