Body{
	background-color: #F9E0CA;
}

a {text-decoration: none;}

.title {
	font-family: arial;
	font-size: 65px;
	color: #CB2CD8;
}

.questionboard{
	background-color: white;
	width: 350px;
	height: 350px;
}

#question {
	font-family: arial;
	text-align: center;
}

Button{
	border: none;
	background-color: white;
	font-size: 25px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
