/* limited_page.css */

#page {
	min-height: 100vh;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}
