#app {
	width: 50%;
	min-width: 320px;
	margin-top: 10px;
	margin-left: 50%;
	transform: translateX(-50%);
}
