body {
	background: yellow;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 7vw;
	text-align: justify;
}

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

h1 {
	color: black;
	font-weight: bold;
	padding-bottom: 40px;
}

h2 {
	font-weight: bold;
	text-align: right;
	padding-top: 40px;
}

p {
	font-weight: lighter;
	line-height: 0.6;
}

a {
	color: black;
}

a:hover {
	color: red;
}