* {
	background-color: #199101;
	display: flex;
	align-items: center;
	flex-direction: column;
}

h1 {
	color: #940179;
	font-size: 80;
	padding-bottom: 40px;
	margin-bottom: 0px;
	justify-content: center;
	align-content: center;
}

h2 {
	color: white;
	font-size: 60;
	margin-top: 0;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	justify-content: center;
}

img {
	width: 60%;
	border: 5px solid black;
}
