.blue-background {
	background-color: #B6F5F1;
	height: 75px;
}
.green-background {
	background-color: #72F926;
	height: 50px;
}
.yellow-background {
	background-color: #F3F853;
	height: 50px;
}
h1 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
		text-align: center;
}
.white-text {
	color: white;
}
.dark-blue-text {
	color: #4026F9;
}
a:hover {
	background-color: #F3F853;
	color: white;
}
li {
	padding-left: 25px;
}
img {
	width: 100px;
}

