
body {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.main{
    background-image: url(./assets/images/green-grass-blue-sky-vector-24557600.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
