.active {
    color: #a6a6a6;
    /* margin-bottom: 20rem; */
    /* padding: 2rem 1rem; */
}


.logo-image{
    width: 25%;
    height: auto;
}

.member-image{
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.5s ease;
    width: 100%;
    height: auto;
}

.member-image:hover{
    filter: grayscale(0%) brightness(1);
    transition: filter 0.5s ease;
}


.member-row{
    margin-bottom: 4rem;
}

.home-title {
    margin-top: 5rem;
}

.other-title {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

form {
    background: #dddddd;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.news-card {
    background-color: #dddddd;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}