#staff {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:80%;
    margin:auto;
    background-color: rgba(163, 212, 217, 0.5);
    border-radius:40px;
    padding:10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); /* Horizontal, Vertical, Blur, Spread, Color */
}

#staff h1{
    color: blue;
}

#bhawan_staff, #mess_staff {
    display: flex;
    justify-content: center;
    width: 90%;
}

#bhawan_staff img, #mess_staff img {
    width: 90%;
    height: auto;
    border-radius:20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); /* Horizontal, Vertical, Blur, Spread, Color */
}

