img {
    width: 100%;
    border-radius: 2%;
}

.list-item{
    margin: 3%;
    text-align: center;
}


.conf-img:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.detail:hover{
    cursor: pointer;
}

.detail{
    color: #007bff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #212529;
}

.team-member{
    margin-bottom: 2%;
}

.team-member div{
    margin-bottom: 1%;
}
