body {
	margin: 0;
	font-family: 'Arial';
	font-family: 'CircularBlack', 'sans-serif';
  }

.grid{
	display:flex;
	flex-wrap: wrap;
	height: 400px;
	width: 400px;
	justify-content: center;
}
.page__container {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
}

.link {
	text-decoration: none;
	color: #6EDCC5;
}

.footer {
	position: absolute;
	bottom: 0;
	height: 64px;
	width: 100vw;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
}
