/**
 * style.css
 */
#page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-height: 100vh;
	display:  flex;
	align-items:  center;
	justify-content: center;
	flex-wrap: wrap;
	}

.break {
	flex-basis: 100%;
	height: 0;
	width: 100%;
}
#menuholder {
	
}
.menuthumb {
	width: 64px;
	height: 64px;
}
.menuitem a {
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap:nowrap;
}