* { box-sizing: border-box; }

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

textarea, input, button, select { font-family: inherit; font-size: inherit; }

h1, h2 {
	text-align: center;
}

#tocenter {
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 480px) {
	body { font-size: 18px; }
	/*
	input { height: 150%; }
	*/
}
