body {
	background: white;
	font-family: Arial, sans-serif;
	line-height: 1.25;
}

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

h1 {
	color: blue;
	text-align: left;
	font-size: 23vw;
	margin-top: -250px;
	margin-left: -70px;
	padding-bottom: 50px;
}

h2 {
	font-size: 17vw;
	font-weight: bold;
	margin-left: -50px;
	margin-bottom: -50px;
}

p {
	font-size: 7vw;
	margin-left: -50px;
	padding-top: 50px;
}

a {
	color: blue;
}

a:hover {
	color: red;
}