main button {
	font-size:1rem;
	padding:0.3125rem 2rem;
	text-align:center;
	margin:0 0.3125rem;
	border-radius:0.3125rem;
	color: #FFF;
	background: #E52713;
	cursor: pointer;
	border: none;
}
main button:hover {
	background: #47A45C;
}