a {
  display: inline-block;
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-display: swap;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #fff;
  font-size: 16px;
  font-family: roboto, Helvetica, Arial, sans-serif;
}
#main {
  flex: 1;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}
/*# sourceMappingURL=template.css.map */