html {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #f4f4f4;*/
    background-color: #025306;
    /*#03284d;*/
    /*  background-color:  #03284d; */
    background-image: url('../images/feliz-sucedido-homem-negocios.jpg');

    background-size: cover;
    /* Para cobrir toda a tela */
    background-position: center;
    /* Centraliza a imagem */
    background-repeat: no-repeat;
    /* Evita repetição */
    height: 100vh;
    /* Faz o body ocupar a tela toda */
    margin: 0;


}