body{
    font-family: Arial, sans-serif;
  background-color: #222;
  color: #eee;
  
}
.footer{
    padding: 10px;
    text-align: center;
}
ul {
    list-style: none;
}
.artists{
    height: 600px;
    overflow-y: scroll;
}
.lyrics{
    height: 600px;
    overflow-y: scroll;
}
.artists h2{
    text-align: center;
    font-size: 15pt;
}
.categories  a, .artists a{
    color: #fff;
    text-decoration: none;
}
.categories  li, .artists li{
    margin-top: 5px;
    background-color: rgb(59, 59, 59);
    font-size: 11pt;
    padding: 3px;
    border-radius: 5px;
}
.categories  li:hover, .artists li:hover{
    background-color: rgb(72, 99, 76);
}
.row{
    padding: 0px;
    margin: 0px;
}
.col-md-1,.col-md-12{
    padding: 0px;
}
