@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Raleway:wght@400;500;600&display=swap');

/* Uncomment below code to Fixed Menu */
/* .nav{
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 9999; 
  width: 100%; 
  height: 50px; 
  background-color: rgb(226, 246, 226);
  padding-bottom: 10px;
}


.NaviWrapper img{
  padding-top: 0px;
} */
html {
  font-size: 10px;
  overflow: scroll;
}

a {
  text-decoration: none;
}

body {
  background-color: rgb(233, 245, 233);
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

@media only screen and (max-width:768px) {
  section {
    padding: 50px 0;
  }
}

.mainContain {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h1,
h2,
h3,
h4 {
  font-family: 'Poppins', 'sans-serif';
}

p {
  font-family: 'Raleway', 'sans-serif';
  font-weight: 400;
  line-height: 2.5rem;
  font-size: 1.8rem;
}