h1{
color: red;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: darkolivegreen;
}
body{
    overflow-x: hidden;
    margin-right: 40px;
	margin-left: 40px;
	width: 80%; height: auto;
	font-size: 1.5em;
	background-color: burlywood;
}
p{
text-align: center;
	margin-right: 40px;
}