body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.imagem-de-fundo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: fixed;
    top: 0;
    left: 0;
}
