@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');

.font-site {
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 1.7rem;
    color: #121518;
}

.committee-container {
    display: flex;
    margin-top: 10px;
}

/* .division-name {
    width: 25%;
    height: auto;
    padding: 10px;
    text-align: center;
    padding-top: 5%;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    font-style: italic;
} */

.committee-details {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 2rem;
    font-weight: 600;
    background-color: #F5F5F5;
    transition: all 2s ease;
}

.committee-details:hover {
    background-color: #e9f5ea;
    /*transform: scale(1.1);*/
}

.name-wise-committee-details {
    padding: 10px;
    background-color: #909090;
    color: #fff;
    display: none;
}