body {
  margin: auto;
  padding: 0;
  background-color: #fff font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-top: 10vh;
  height: 100vh;
  width: 100%;
}


/*
 Primary Rules
*/
h1 {
  margin: auto;
  font-size: 25px;
  color: #1976d2;
  width: 100%;
  text-align: center;
  transition: 0.1s ease-in-out;
}

h1:hover {
  color: #42a5f5;
}

a {
	text-decoration: underline;
	color: inherit;
}
