* {
  font-weight: 300 !important;
  font-family: sans-serif;
}
.main {
  padding: 1em;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 0.1em;
}
h1 {
  margin-top: 0;
  padding-top: 0;
  
}
h2 {
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  
}
.links {  
  margin-left: 1em;
  margin-right: 1em;
}
.links a {
  text-decoration: none;
  display: block;
}
a {
  color: #004652;
  transition: all 200ms ease-in-out;
  
}
a:hover {
  color: #0091ab;
  
}
.links div {
  margin-bottom: 2em;
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}
.center {
  text-align: center;
}