.style-action{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px
}

.button-voltar{
    height: 23px;
    padding-top: 0px;
    margin-right: 15px
}

body{
        /* Fundo com a imagem ajustada (use o nome do seu arquivo aqui) */
    background: url('../img/fundo.png') no-repeat center center fixed; 
    background-size: cover; /* Garante que a imagem preencha toda a tela sem distorção */
}