/*Responsive*/

body{
    background-image: url('http://image.noelshack.com/fichiers/2023/08/1/1676900114-abstrait-flou-centre-commercial-defocused-1.jpg');

}
@media screen and (min-width:1000px){
    .f1 {
    background-blend-mode: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0 auto;
    width: 100%;
    margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 40%;
    font-family: 'Poppins', sans-serif;
    }
    }
    
    @media screen and (max-width:1180px){
    .f1 {
    background-blend-mode: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0 auto;
    width: 100%;
    margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 98%;
    font-family: 'Poppins', sans-serif;
    }
    }
    
    @media screen and (max-width:1368px){
    .f1 {
    background-blend-mode: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0 auto;
    width: 100%;
    margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 60%;
    font-family: 'Poppins', sans-serif;
    }
    }
    
    @media screen and (max-width:750px){
    .f1 {
    background-blend-mode: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0 auto;
    width: 100%;
    margin-bottom:10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    }
    }
    
    h1{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
    }