body{
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.container {
	margin-top: 25px;
}
.question {
	font-size: 52px;
	margin-bottom: 25px;
}
.answer {
	height: 1.5em;
	font-size: 44px;
	margin: 10px 0;
	color:#93F;
}

#next-btn {
	margin-bottom: 15px;
}
#preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.option1 {
	height: 1.5em;
	font-size: 52px;
	margin: 20px 0;
	color:#00F;
	justify-content: center;
}
.option2 {
	height: 1.5em;
	font-size: 52px;
	margin: 20px 0;
	color:#00F;
	justify-content: center;
}
