body {
  margin: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 50% 0;
  object-fit: cover;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.content {
  width: 60vw;
}
