body {
	height: 100vh;
	width: 100%;
	background: #FFFFFF;
	color: #334d55;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
