html, body {
    background: #EFEFEF
	}
h1 {
	text-align: center;
	margin-bottom: 3%;
}
p{
	font-size: large;
}
iframe {
	margin-top: 2%;
	width: 100%; 
	height: 75%; 
	border: none;
}