html{
    height: 100%;
}

body{
    background: url(../imagens/estilo-de-fundo-branco-textura-elegante_23-2148432200.webp);
    background-repeat: repeat;
    background-size: cover;
    display:flex;
    flex-direction: column;
    min-height:100%;
}
*{
    font-family: Arial, Helvetica, sans-serif;
}