body {
  margin: 0;
}

img {
  height: auto;
  width: 100%;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.content {
  border: 1px solid hotpink;
  height: 70vh;
  width: 70vw;
}