
a[aria-label="Donate"].nav-link[href="/Donate/"] {
    background-color: rgba(204, 16, 31, 1);
    border: 2px solid rgb(0, 48, 143);
    border-radius: 10px;
    color: white !important;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

a[aria-label="Donate"].nav-link[href="/Donate/"]:hover {
    background-color: rgba(180, 14, 28, 1);
    text-decoration: none;
}
