body{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	font-family: "Comic Sans MS";
}
	header{
	display: flex;
	flex-direction: column;
	align-items: center;
}
