.continutCookies{
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 30vh; 
    background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url("../Images/background\ Galerie.png");
    background-position: center;
    background-size:cover;
    align-items: center;
    margin-top: 20px;
}

.continutCookies h1{
   text-align: center;
   color:#fff;
   font-weight: bold;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.mesage{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
    margin-bottom: 40px;
    width: 80%;
    line-height: 1.5;
    color: black;
}

.mesage h1{
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: bold;
}

.mesage p{
    margin-bottom: 20px;
    color:black;
    font-size: 15px;
}

@media(max-width:700px){
    .mesage{
        width: 90%;
    }
    .mesage h1{
        font-size:30px;
    }
}