
HTML BODY {
	height: 80vh;
	width: 80vw;
	border: 0;
	margin: 0;
	padding: 10vh 10vw;
	align-content: center;
	background-color: #432d52;
	color: white;
	box-sizing: content-box;
}

H1 {
	display: block;
	max-width: 1000px;
	margin: auto;
	padding: 0.5em;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 500%;
	border: solid 2px white;
}
H2 {
	font-family: Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.3em;
}
A {
	text-decoration: none;
	color: white;
}
/*# sourceMappingURL=style.css.map */