body {
    font-family: sans-serif;
    background-image: url("../images/fond.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    margin: 0;
}

h1 {
    font-size: 10rem;
}



