body {
  margin: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.content {
  max-width: 30rem;
  width: 50vw;
}

.content img {
  filter: url(blackCurrant-and-mint);
}