@import url("fonts.css");

body {
	background-color: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 25px;
}

#main-container {
	width:100%;
}

#main-content {
	width: 500px;
	margin: auto;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}

.question {
	font-size: 32px;
	color: #4b76f2;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 30px;
}

.button {
	background-color: #4b76f2;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 50%; 
	margin-right: auto;
	margin-left: auto;
}
