	body {
		font-family: 'Quicksand', 'Arial', san-serif;
		font-size: 64px;
		background-color:#000;
		color: #fff;

	}
#page {
	width: 100%;
  display: flex;
	flex-direction: column;
	justify-content:  center;
	align-items:center; 
}