@font-face {
  font-family: aileron;
  src: url(aileron_regular.otf);
}
body {
  color: white;
  text-align: center;
  font-family: aileron;
  font-size: 20px;
}
a {
  color: grey;
  font-weight: bold;
  text-decoration: none;
}
h1, h2 {
  font-weight: bold;
}