html,
body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    height: 100%;
}


body {
    background: #000 url('https://voyaj.bantmag.com/wp-content/themes/voyaj/images/caponfoto.jpg');
    background-size: cover;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    /* padding: 7px; */
    font-family: "Roboto", sans-serif;
}
