@font-face {
  font-family: roboto;
  src: url("fonts/Roboto-Light.ttf");
  font-weight: normal;
}
@font-face {
  font-family: roboto;
  src: url("fonts/Roboto-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: roboto;
  src: url("fonts/Roboto-Bold.ttf");
  font-weight: bold;
}


html, h1, h2, h3, p {
  font-family: roboto;
  color: #111;
}
html, body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  text-align: center;
}
h1 {
  font-size: 100px;
  line-height: 77px;
}
h2 {
  margin-top: 0.6em;
  letter-spacing: 13px;
}
p {
  text-align: center;
}
a {
  color: #111;
  text-decoration: underline;
}
#container {
  display: block;
}
