body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#app {
	display: flex;
	width: 100%;
	min-height: 100vh;
}
