body{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color:rgb(26, 111, 75);
padding: 20px;
margin: 0 auto;
}
header{
    background-color:rgb(56, 174, 125);
    color: white;
    padding: 20px;
    text-align: center;
    /* border: #000 solid; */
    border-radius: 5px;
}
table{
    margin-top: 4px;
    background-color: rgb(116, 229, 182);
    border-radius: 5px;
    width: 100%;

}
a{
    color: rgb(56, 174, 125);;
  
    
}
th,td{
padding: 15px;
text-align: left;
border-bottom: 1.5px solid black;
border-left: 1.5px solid black;
}
th{
background-color:rgb(56, 174, 125);
color: white;
font-weight: bold;
}

.song-item:hover{
    background-color: rgb(156, 232, 201);
}
.rank{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

footer{
margin-top: 50px;
text-align: center;
color: rgb(185, 240, 205);
}