body
{
    background-image: url(../Images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover ;
    
}
p{
    font-family: arial;
    font-size: 30px; 
    color: white;
    align-items: center;
}
h3
{
    margin-top: 100px;
    text-align: center;
    font-size: 35px;
    color: white;
}
div
{
    font-size: 30px;
}
h1
{
    font-size: 110px;
    color: white;
}
h2
{
    font-size: 20px ;
}
.nom
{
    color: white;
}
div p
{
    text-align: center;
    width: 40%;
}

.image
{
    display: flex;
    justify-content: center;
    margin-bottom: 7%;
}
@media screen and (max-width: 1024px)
{
    div p 
    {
        width: calc(100% - 20px);
    }
}