body {
	font-family: 'Lato', sans-serif;
}


#quiz {
	margin-left: 0px;
	background: #D0FAD0;
	padding: 10px 20px 10px 20px;
	width: 100%;
	border-radius: 20px;
	float: left;

}



/* ------ Quiz Questions, answers and sumbmit button ------*/
.question{
	font-weight: 600;
	
}
.answers {
	margin-top: 10px;
    margin-bottom: 20px;
	color:chocolate;
}
#submitQ{
	font-family: sans-serif;
	font-size: 20px;
	background-color: #F80409;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
#submitQ:hover{
	background-color: #3a8;
}