html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: hsl(0, 0%, 100%);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
body {
  color: hsl(0, 0%, 10%);
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 62.5%;
}

h1 {
  font-size: 4em;
}

address {
  font-size: 1.4em;
  font-style: normal;
  line-height: 130%;
}

main {
  max-width: 66%;
  margin: 0 auto;
}

/*# sourceMappingURL=index.css.map */
