@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Thin.ttf');
}

body {
	color: #999;
  background-color: #333;
  text-align: center;
  font-size: 9vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
	margin-top: 20vh;
}
a {
	color: #999;
	text-decoration: none;
}
