body {
    background-color:darkslateblue;
    font-family: Arial, Helvetica, sans-serif

}
header {
    background-color: peru;
    text-align: center;
    padding: 20px;
    border: solid black 5px;
    border-radius: 10px;

}
table {
    background-color: beige;
    width: 100%;

}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: solid black;
}
tr {
    background-color: beige;
}
.rank {
    font-size: 20px;
    font-weight:bold;
    color: black;
}
.song {
    font-size: 20px;

}
.artist{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
footer{
    text-align: center;
    font-size: 14px;
    color: azure;
    margin-top: 280px;
}