body {
	background: black;
	padding-left: 900px;
	padding-top: 425px;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 0.5vw;
	font-weight: bold;
	line-height: 1.25;
}

.container {
	position: absolute;
}

h1 {
	color: blue;
}

h2 {
	font-weight: bold;
}

p {
	
}

a {
	color: yellow;
}

a:hover {
	color: blue;
}