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

body {
    background-image: url("../img/fond.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}