body {
	background: blue;
	font-family: Arial, sans-serif;
	font-size: 2.5vw;
	line-height: 1.25;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container {
	position: absolute;
	top: 0;
	bottom: 0:;
  	left: 0;
  	right: 0;
	height: 100%;
	width: 100%;
}

h1 {
	padding-left: 1175px;
	color: black;
	font-weight: bold;
}

h2 {
	padding-left: 1175px;
	font-weight: bold;
}

p {
	padding-left: 1375px;
	max-width: 300px;
}

a {
	color: black;
}

a:hover {
	color: white;
}