html, body {
  background-color: #ffffff;
  font-family: Sora, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  margin: 0;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.5;
}

h1, p, img {
  margin-bottom: 2rem;
}

h1 {
  font-weight: 800;
  font-size: 2rem;
}

.lead {
  font-size: 1.5rem;
  font-weight: 200;
  color: #777777;
}

a {
  color: #125d88;
  text-decoration: underline;
}
a:hover { text-decoration: none; }

img {
  width: 1000px;
  max-width: 100%;
  margin: 1rem 0;
}
