.containerFooter {
display:grid;
grid-template-columns: 1fr;
background-color:#9164cc;
padding:0 2em 2em 2em;
}

.containerFooter h4 {
color:#fff!important;
font-size: 3vw!important;
text-align:center!important;
padding:0.5em 0 0 0!important;
}

.containerFooter p{
color:#fff!important;
font-size: 2vw!important;
text-align:center!important;
}

.containerFooter a{
color:#fc0!important;
}

.containerFooter a:hover{
color:#333!important;
}

.flex {
display:flex;
}

div.link_buttons{
justify-content:space-around;
margin:0.5rem 0;
gap:0.5rem;
flex-wrap:wrap;
}
	
div.link_buttons a{
flex:1 1 10%;
}

a.button {
color:#333 !important;
font-weight:bold;
background:#fc0;
padding:1rem;
font-size: clamp(1rem,1.5vw,1.5rem);
display:flex;
align-items:center;
justify-content:center;
min-width:128px;
text-align:center
}
	
a.button:hover, a.vertical_button:hover{
color:#9054f4 !important;
}

@media only screen and (max-width:1024px){
	
}

@media only screen and (max-width:767px){
	
}