body {
	background: red;
	font-family: Arial, sans-serif;
	line-height: 1.25;
	font-size: 4vw;
}

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

h1 {
	color: white;
	padding-left: 80px;
	padding-top: 80px;
}

h2 {
	color: white;
	font-weight: bold;
	padding-left: 80px;
	padding-bottom: 80px;
	transform: rotate(-90deg);
}

p {
	color: white;
	padding-left: 80px;
	padding-bottom: 80px;
	transform: rotate(180deg);
}

a {
	color: white;
}

a:hover {
	color: black;
}