img {
  width:500px;
  height:500px;
  border-radius: 50%;
  object-fit: cover;
}

div {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
