#container,
#MEDUZE {
  position: fixed;

  margin: 0;
  padding: 0;
}

#container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 85%;
}

#MEDUZE {
  left: 3em;
  top: 1em;
  right: 3em;
  bottom: 1em;
  margin: 0 auto;

  max-width: 768px;

  background-image: url("assets/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: difference;
}
