.student{
    width: 100%;
    /* margin: 2vw; */
}
body{
    margin: 10px 4vw;
    background-color: aliceblue;

}
/* .web-dev{
    width: 20%;
}
.web-cont{
    width: 20%;
} */
/* .dev-img{
    width: 80%;
} */
/* .images{
    flex-direction: row;
} */
.student img{
    margin:  2px 2px;
    /* border: 2px solid rebeccapurple; */
    border-radius: 70px;
    width: 150px;
    height: 150px;
}
.images{
    margin: 10px 10px;
}
.team-img{
    padding:10px 4vw;
    /* margin: 10px; */
}
.border{
    border: 2px solid black;
}
a{
    text-decoration: none;
    color: black;
}