/* MODIFICAÇÕES DO CORPO DA PÁGINA */
body {
    background-color: lightskyblue;
    font: normal 12pt Comic Sans MS;
    padding: 10px;
    text-align: center;
}
header {
    display: flex;
}
header #img {
    margin-right: 10px;
}
hr#linha1 {
    border: 1px solid black;
}

/* EDITANDO AS DIVS DAS MÚSICAS */
div#divm1 {
padding-bottom: 2px;
background-color: lightseagreen;
}
div#divm2 {
padding-bottom: 2px;    
background-color: lightseagreen;
}
div#divm3 {
padding-bottom: 2px; 
background-color: lightseagreen;
}
div#divms {
padding-bottom: 2px;
background-color: lightseagreen;
}

/* PARTE DAS DIVS DOS BOTÔES - BOTÕES */
button {
border-radius: 30%;
}
div#btn1 {
background-color: aliceblue;
}
div#btn2 {
background-color: aliceblue;
}
div#btn3 {
background-color: aliceblue;
}
div#btns {
background-color: aliceblue;
}

/* A PARTIR DAQUI TODAS AS MODIFICAÇÕES SÃO PARA O FOOTER */
hr#linha2 {
    border: 1px solid black;
}
footer#patrocinio {
    background-color: lightseagreen;
    align-content: center;
    text-align: center;
}