body, html {
	margin: 0;
}
.top-half {
	background-color: #0A1F3B;
	color: white;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bottom-half {
	height: calc(50% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.badges {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.badge {
	flex: 1;
	margin: 0 15px;
}
footer {
	height: 40px;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
