html {
  position: relative;
  min-height: 100%;
}

body {
	background-color: #007eff;
	margin-bottom: 60px;
}

p, a {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 100;
	color: #ffffff;
}

p {
	font-size: 88px;
	text-align: right;
}

a:hover {
	color: #E83F6F;
	text-decoration: none;
}

.jamiecargill {
	padding-top: 10vh;
	padding-right: 15vw;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}