@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;700&display=swap");
body {
  margin: 1.5em;
  font-family: 'Poppins', 'Hind Siliguri', sans-serif;
}

nav a {
  text-decoration: none;
  font-size: 1.3rem;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/jpg/Math-Hero-banner.jpg");
  background-size: cover;
  background-position-x: 20%;
  background-position-y: 20%;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
/*# sourceMappingURL=style.css.map */