h1 {
	color: yellow;
	margin-left: 500px;
	font-size: 40px;
	text-decoration: underline;
	text-shadow: 3px 2px black;
}

div {
	font-size: 24px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 50px;
	height: 200px;
    width: 1000px;
	margin-top: 80px;
    margin-bottom: 25px;
    margin-left: 20px;
    outline-style: double;
    outline-color: pink;
}

#Q1 {
	background-color: blue;
	border-color: green 4px;
}

#Q2 {
	background-color: red;
}

#Q3 {
	background-color: green;
}

#Q4 {
	background-color: orange;
}

#Q5 {
	background-color: purple;
}

#question {
	color: yellow;
	text-shadow: 1px 0 black;
	text-decoration: underline;
}

#answer {
	color: white;
	text-shadow: 1px 0 black;
}
