body {
  margin: 0;
  width: 100%;
  height: 400vh;
}

header {
  width: 100%;
  height: 100vw;
  background: linear-gradient(315deg, #0D140F 40%, #2C4737 230%);
}

#beer-container {
  width: 200px;
}

#wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vh;
  width: 100vw;
}
#wrapper > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: color-dodge;
}