body {
	background: red;
	padding: 0px;
	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: black;
	text-align: left;
	font-size: 36vw;
	margin-top: -60px;
	margin-left: -60px;
	line-height: 0.25;
}


h2 {
	font-size: 17vw;
	font-weight: bold;
	margin-left: -20px;
	margin-bottom: -20px;
	line-height: 0.3;
}

p {
	font-size: 2.5vw;
	margin-left: -5px;
	margin-bottom: -5px;
	line-height: 1.25;
}

a {
	color: black;
}

a:hover {
	color: white;
}