.static-page {
  max-width: 900px;
  margin: 60px auto;
}

.static-page h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.static-page .subtitle {
  color: #666;
  margin-bottom: 40px;
}

.static-page section {
  margin-bottom: 40px;
}

.static-page h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
