.container-header .mod-menu {
    background-color: #225080;
    background-image: none;
    padding: 10px;
    border-radius: 8px;
}
/* Cambia il colore del testo della voce di menu attiva */
.container-header .mod-menu .item.current > a,
.container-header .mod-menu li.active > a {
  color: #FFDE21 !important;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none !important;
}

.top-b {
    background-color: #f0f4f8 !important;
    grid-area: top-b;
    box-shadow: 0 0 0 100vmax #f0f4f8;
    clip-path: inset(0 -100vmax);
}

.footer {
    background: #225080 !important;
}
footer a:hover, 
.container-footer a:hover {
  color: #f57a00 !important;
}