h1 {
	text-align:center;
	color:white;
}

div.questions {
	background-color: violet;
	margin: 40px;
	padding: 10px;
	height:200px;
	width:400px;
}

div.answers {
	margin: 50px;
	padding: 20px;
	height:400px;
	width:350px;
	background-color:red;
	color:blue;
	border:solid 5px;
	outline-style:dotted;
}

body {
	
	background-image: url("doggy.jpg");

}