*{margin: 0;padding: 0;}

body{
	background-color: teal !important;
	color: white;
}
.display-4{
	font-size: 48px;
}
.list-group-item-gray{
	background-color: gray dark;
}
footer{
	color: white;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 5px;

}
footer a:visited{
	color: inherit;
}
