body {
    margin: 0;
    font-family: sans-serif;
}

h1 {
    text-align: center;
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 1.2;
    color: #ffffff;
}

p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0.5em 0;
    color:#ffffff
}

.homePage {
    background-image: url(img/page-couverture.jpg); 
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 100vh;          
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}