body{
	font-size: 20px;
	font-family: sans-serif;
	color: #333;
	background-color:yellow;
	text-align: center;
	animation-name: bcolour;
	animation-duration: 7s;
}
@keyframes bcolour {
  from {background-color: red;}
	to {background-color: yellow;}
}
#music{
	padding-right: 1000px;
	padding-bottom: 20px;
		
}
#t1{
	color:green;
}
.question{
	font-weight: 600;
	padding-bottom: 15px;
}
.answers {
		margin-bottom: 40px;
		
}
#submit{
	font-family: sans-serif;
	font-size: 20px;
	background-color: #333;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
#submit:hover{
	background-color:lightslategray;
}