html {
  font-family: Helmet, Freesans, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  margin: 0;
  height: 90vh;
}

body {
  font-size: 1.6rem;
  height: 100%;
  margin: 0;
  position: relative;
}

footer {
	border-top: 1px solid #c2cdd3;
	bottom: 0;
	font-size: 1rem;
	position: absolute;
	width: 100%;
}

footer p {
	color: #84776f;
	font-size: 1em;
	margin: 0;
	padding: 1.6rem;
}

h1 {
	color: #0c114a;
	color: rgba(12, 17, 74, 0.74);
	font-family: Archer, Clarendon, Rockwell, "American Typewriter", Constantia, Georgia, serif;
	font-size: 20vw;
	font-weight: bold;
	line-height: 0.8;
	margin: 6rem 0 0 1.6rem;
}

h1 span {
	color: #1374a9;
	font-style: normal;
}
