body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.fog {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(fog.png);
}


video {
  width: 100%;
  position: absolute;
  bottom: 0;
  mix-blend-mode: plus-lighter;
}

.interface {

}

.interface {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 40px 0 40px;
}

.header, .footer {

}

.interface img {
  width: 100%;
}