#contatos-sugestoes{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-left: 40px;
}

#contatos-sugestoes > *{
	padding-top:10px;
}

a {
	color:maroon;
}

#sugestoes{
	margin-top:30px;
	width: 300px;
	border-radius:10px;
	font-weight:bold;
	background-color:maroon;
	color:white;
	padding:10px;
}