@import url('https://fonts.googleapis.com/css2?family=Pompiere&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body{
  
        font-family: "Pompiere", sans-serif;
        font-weight: 400;
        font-style: normal;
    
      
}


.home{
        background-image: url("https://i.ibb.co/mR74jRc/Design-sans-titre.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 90vh;
}


@media screen and (max-width:640px) {
        .home {
                background-image: url("https://i.ibb.co/mR74jRc/Design-sans-titre.png");
                background-size:       cover;
                background-repeat: no-repeat;
                height: 100vh;
        }
      }