body {
  background-image: url("../img/background.png");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px; 
}
.main-column {
  margin: 0 auto;
  max-width: 60rem;
}
.content {
  padding: 0 2em;
  margin-bottom: 50px;
  font-family: tinos, serif;
  font-size: 18px;
}
.content ul {
  line-height: 1.5em;
  margin-top: 0;
}
h1, .header {
  font-family: "kelly slab", sans-serif;
  text-align: center;
}
.header{
  padding: 2.5em 2em 0;
}
.header .lab {
  text-align: left;
  font-family: nunito, sans-serif;
  font-size: 28px;
  font-weight: 300;
}
h1 {font-size: 42px;}
.header h1 {
  margin: 0.2em 0;
  font-weight: 300;
}
.header h2 {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  line-height: 1.7;
}
.content-subhead {
  margin: 50px 0 20px 0;
  font-weight: 300;
}
