* {
  font-family: "Poppins";
}

section.main {
  background-image: url('https://images.unsplash.com/photo-1682084252278-6eb6cc06e93c?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

section.main h1{
  font-weight: 600;
}

section.hero h2 {
  font-family: 'League Gothic', sans-serif;
  font-weight: 400;
}

.contact-bg {
  background-image: linear-gradient(#0f4c7bb3, #0f4c7bb3), url('https://images.unsplash.com/photo-1759916569063-8ee7eb32035e?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1232');
  background-size: cover;
  background-position: center;
}

.wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 768px){
  section.main {
    background-position: right;
  }
}