@import url(normalize.css);
html, body {
  margin: 0;
  font-family: 'ff-kievit-web', 'Helvetica', 'Arial', sans-serif;
  color: #f5f5f5;
  font-size: 16pt;
  background-color: #000;
  text-align: center; }

#title {
  position: absolute;
  width: 100%;
  top: 37%;
}

@media only screen and (max-width: 640px) {
  #title {
    top: 30%;
  }
}

h1 {
  font-weight: 400;
}

a {
  display: inline-block;
  margin-top: 20px;
  font-weight: normal;
  color: white;
  text-decoration: underline;
}

.years {
  font-family: 'ff-kievit-sc-web', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.75em;
  font-weight: 300; }
