 .container-footer{
 	display: flex;
	flex-flow: wrap;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 5px;
 }

 .box-footer{
 	min-width: 300px;
 	min-height: 100px;
 	margin: 10px;
 	border-radius: 10px;
 	border: 2px solid green;
 	padding: 10px;
 	background-color:#001200;
 }

.box-footer h3{
 	margin-bottom: 5px;
 }

 .box-footer p{
 	margin-bottom: 5px;
 }

 .box-footer a{
 	text-decoration: none;
 	color: white;
 }