body {
	font-family: "Comic Sans MS";
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 96vh;
	color: black;
	background-color: black;
	background-image: url(https://valloraniestates.com/wp-content/uploads/sites/25/2017/03/Quiz-BAckground-1-768x415.jpg);
	background-attachment: fixed;
	background-position: center center;
	margin: 50px;
}

p {
	color: yellow;
}

h2 {
	color: magenta;
	text-align: center;
}

img {
	background: white;
	height: 300px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	color: red;
}

#footer1 {
	text-align: center;
}

ul li {
	color: white;
	text-align: center;

}

h1 {
	color: #FF0000;
	text-align: center;
}

#footer {
	color: red;
}

#footer1 {
	text-align: center;
	font-size: 20px;
}