html {
  height: 100%;
  width: 100%;
  background-color: brown;
}

img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100px;
}