body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: aquamarine;
    padding: 20px;
    margin: 0 auto;
}

header
{
    background-color: rgb(100, 223, 237);
    color: white;
    padding: 20px;
    text-align: center;
    /* border-color: black solid; */
    border-radius: 10px;
}

table
{
    background-color: white;
    border-radius: 10px;
    width: 100%
}

th, td
{
    padding: 15px;
    text-align: left;
    border-bottom: 1px, solid, #ddd;
}

th
{
    background-color: rgb(100, 141, 237);
    color: white;
    font-weight: bold;
}

.song-item:hover
{
    background-color: rgb(62, 62, 169);

}

.rank
{
    color: rgb(86, 255, 162);
    font-size: 20px;
    font-weight: bold;
}

footer
{
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 30px;
}

