body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

img {
  max-width: 30vw;
  height: 30vw;
  border-radius: 50%;
  object-fit: cover;
  margin: 5px;
}
