body {
	background-color: black;
	padding-left: 40px;
	padding-top: 400px;
	font-family: Arial, sans-serif;
	font-size: 17vw;
	line-height: 1.5;	
	text-align: justify;
}

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

h1 {
	color: white;
}

a {
	color: white;
}

a:hover {
	color: black;
}