body{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(218, 248, 233);
}

img{
	max-width: 800px; 
	 
	display: block;
}

h2{
	font-family: 'Courier New', Courier, monospace;
	font-size: 2em;
	font-weight: 700;

}

.yel{
	color: rgb(209, 192, 4);
}