* {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 100;
	color: rgba(#000, 0.8);
}
.content-area {
	height: 100vh;
	width: 100%;
	text-align: center;
}

.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}