.memLogBtn{
color: white !important; 
background: #003366;
border-radius: 10px;
}


/*2025*/

.text-intro{
color: black;
font-size: 15px;
    & span{
        font-size: 24px;
    }
}
.content__header{
font-weight: 700;
font-size: 24px;
}
.footer__nav-links{
list-style-type: none;
font-size: 14px;
    & li{
        border-bottom: white thin solid;
        padding: 1.3em ;
        color: white;
        }
}
a:hover, a:focus {
    text-decoration: none !important;
}

