html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
  color: #333;
  background-color: #fff;
}

h1,
h2 {
  color: #1e6c93;
  font-weight: normal;
  padding: 0;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 0 2rem 0;
}

h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 2rem 0 1rem 0;
}

a {
  color: #1e6c93;
  text-decoration: none;
}

a:hover {
  color: #175372;
}

section:not(:first-of-type) {
  margin-top: 3rem;
}
