body {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	background-color: #ffffff;
}

.card-title {
	color: black;
}

.h3 {
	color: black;
}


.menu {
	position: relative;
	top: 10px;
	height: 74px;
	padding: 0;
	margin: 0;
	background-color: #435ebe;
	background-image: none;
	border-radius: 50px;
}

.menu-text {
	color: white;
	text-align: center;
	width: 100%;
	padding: 1.1em 0;
	font-size: 1.11em;
	font-weight: 700;
}

.menu-text a {
	position: relative;
	top: -10px;
	color: white;
	float: left;
	font-size: 1.55em;
	margin-left: 25px;
}


.page-footer {
	position: relative;
	top: -32px;
	height: 74px;
	padding: 0;
	margin: 0;
	background-color: #e6f3fa;
	background-image: none;
	border-radius: 50px;
}

.page-footer-text {
	color: black;
	text-align: center;
	width: 100%;
	padding: 1.1em 0;
}


