.input {
    color: black;
}

.track-list-card {
    margin-top: 10%;
    padding: 2%;
}
li:hover {
    background-color: yellow ;
}

#TracklistTitle{
    text-decoration: underline;
}