html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    background-image: url('../assets/img/fondoBody.png');
    background-size: cover;
    flex: 1;
}