p {
	text-align: center;
	color: #fff;
	font-family: 'Courier New', Courier, monospace;
}

body{
	background-color: rgb(88, 109, 71);
}

h1 {
	text-align: center;
	color: rgb(255, 106, 106);
	font-style: italic;
}
img{
	width:80%;
	height:auto;
}
div{
	text-align:center;
}