#playlist1 {
    list-style: none;
}

#playlist1 li a {
    color: black;
    text-decoration: none;
}

#playlist1 .current-song a {
    color: blue;
}

#playlist2 {
    list-style: none;
}

#playlist2 li a {
    color: black;
    text-decoration: none;
}

#playlist2 .current-song a {
    color: blue;
}
#playlist3 {
    list-style: none;
}

#playlist3 li a {
    color: black;
    text-decoration: none;
}

#playlist3 .current-song a {
    color: blue;
}

audio {
    display: none;
}

html{
    width: 100%;
    height: 100%;
    /*background: url(images/logo.png) center center no-repeat;*/
}

#container {margin-top: 45px;
    height: 472px;
    background: url(images/logo.png) center center no-repeat;
}

#btn {
  text-align: center;
}
