body{
    margin: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/Fond.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}