/* Ícones */
.email, .instagram {
	color: #56FF95;
	margin: 0 8px;
	text-decoration: none;
}

/* Botão único */
.btn-primary {
	background-color: #171E21 !important;
	border-color: #171E21 !important;
}

/* Links no footer iguais ao texto */
footer a {
	color: inherit;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}