*{
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}
body{
    background-color: #0876;
    background-image: url(../assets/fundo-site.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
ul{
    list-style: none;
}