body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  color: #423E37;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.4em;
}
body > main {
  margin: 10px 20px;
}
@media screen and (min-width: 800px) {
  body > main {
    margin: 10px 100px;
  }
}

img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

h1, h2 {
  line-height: 1.2em;
}

h2 {
  font-size: 1.75em;
}

.visually-hidden {
  display: none;
}

h1 {
  text-align: center;
  color: #3A98B9;
}

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