body {
  margin: 0;
}

img {
  display: block;
  height: inherit;
  width: inherit;
  object-fit: contain;
  object-fit: cover;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.content {
  border: 5px solid hotpink;
  height: 90vh;
  width: 50vw;
}

.image {

}