body {
  margin: 0;
  padding: 0;
  background: #ededed;
  height: 100vh;
}

.mainsec {
  width: 100%;
  margin-top: 2rem;
}

.mainsec h1 {
  font-family: 'Cinzel';
}

.mainsec h4 {
  font-family: 'Montserrat';
}

.mainsec a {
  text-decoration: none;
  color: #161616;
}
/*# sourceMappingURL=style.css.map */