h1{
	text-align: center;
	margin: 50px 0;
}

body{
	background-color: darkblue;
	color: whitesmoke;
}

input{
	text-align: center;
}

#userAnswers{
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 20px;
}
#time{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}