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

* {
  box-sizing: border-box;
}

body {
  background-color: #888;
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  color: #dedede;
}

.start {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
	

h1 {
  font-size: 4vw;
  font-weight: 100;
}

hr {
	width: 90%;
	height: 0.1vw;
	border: none;
	background:#dedede !important;
}