form input[type="submit"] {
	width: 100%;
	height: 2em;
	background: #58004a;
	color: white;
	font-size: 2em;
	border-radius: 1em;
	font-weight: bold;
	cursor: pointer;
}
