*{
    margin: 0;
    padding: 0;
}
header{
    display: flex;
    height: 100px;
    border-radius: 0 0 100px 100px;
    background-image: url(imagens/baner4.png);
    background-repeat: repeat;
    background-size: 1585px;
    justify-content: space-between;
    background-position: cover;
}
header a img{
    width: 100px;
    margin: 5px 0 0 50px;
}
.musicas{
    margin: 100px 0 100px 0;
    border-radius: 100px;
    box-shadow: 0 0 100px yellow;
    padding: 50px 0 100px 50px;
}
.musicas h1{
    margin: 40px 0 0 40px;
}
.musicas h2{
    margin: 60px 0 0 40px;
    color: orange;
}
.musicas ul li{
    margin: 40px 0 0 60px;
    font-weight: bold;
}
.musicas video{
    margin: 50px 0 0 40px;
    border-radius: 50px;
}
hr{
    margin: 60px 60px 0 0;
    height: 5px;
    border: none;
    background-color: black;
}
.musicas .paragrafo-sobre-mim{
    margin: 50px 0px 0px 50px;
    text-align: justify;
}
footer{
    height: 100px;
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 100px 100px 0 0;
    background-image: url(imagens/baner4.png);
    background-repeat: repeat;
    background-size: 1685px;
}
footer .paragrafo-copy{
    margin: 50px 0 0 70px;
}
footer .footer-hotmail{
    display: flex;
}
footer .paragrafo-hotmail{
    margin: 50px 70px 0 5px;
}
footer .footer-hotmail a img{
    margin-top: 45px;
    height: 30px;
}
@media (max-width: 868px){
    .musicas video{
        width: 80%;
    }
}

@media (max-width: 500px){
    .musicas{
        padding: 30px;
    }
    .musicas ul li{
        margin-top: 30px;
    }
    .musicas hr{
        margin: 50px -20px 0 -20px;
    }
    .musicas video{
        width: 80%;
    }
}
@media (max-width: 496px){
    footer{
        height: 130px;
    }
    footer .footer-hotmail{
        margin: -60px 0 0 70px;
    }
}