.gnf-container{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	gap: 1em;
}


a.btn-gnf{
	border: 1px solid #000;
	color: #000!important;
	font-weight: 700;
	background-color: #fff!important;
}

a.btn-gnf:hover {
	color: #000!important;
	border-top-color: #0f9d58;
	border-right-color: #eb4132;
	border-bottom-color: #4086f4;
	border-left-color: #f8a808;
	background-color: #fff!important;
}

a.btn-gnf svg {
    vertical-align: middle!important;
    margin-left: 0.75em;
}