html, body {
	font-family: 'Verdana', sans-serif;
	font-size: 16px;
}
.al-c {
	text-align: center;
}
.al-hv-c {
	align-items: center;
	display: flex;
	height: 98vh;
	justify-content: center;
	width: 100%;
}
.mar-0-auto {
	margin: 0 auto;
}