.img{
    display: flex;
    justify-content: center;
}
.img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}