#content {
	font-family: Asap;
}

input[type=radio] {
	margin-left: 1vw;
}

input[type=submit] {
	font-size: 1.5em;
	background-color: #718e22;
	color: white;
	border-radius: 10px;
	padding: 10px !important;	
}

input[type=submit]:hover {
	cursor: pointer;
}