@media(max-width:768px){
    body {
        background-position: center;
        justify-content: center;
        padding: 0 15px;
    }
}

@media(max-width:496px){
    .lista {
        width: 355px;
    }

    .imagem-social-link {
        width: 30%;
    }
}

@media(max-width:375px){
    body {
        justify-content: center;
        padding-top: 10px;
        gap: 10px;
    }

    .inicio {
        font-size: 12px;
    }
}