html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  object-fit: cover;
  overflow: hidden;
  background: radial-gradient(#efefef, #cccccc);
}
iframe{
  width: 100%!important;
  height: 100%!important;

  display: block;
  object-fit: cover;
}
.capa{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  background-color: aliceblue;
}
.capa2{
  position: fixed;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 9;
  mix-blend-mode: difference;
  background-color: tomato;
}
.capa3{
  position: fixed;
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
  z-index: 9;
  mix-blend-mode: difference;
  background-color: white;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.block-1{
  width: 100%;
  height: 100%;
  background: blue;
  mix-blend-mode: exclusion;
}
.block-2{
  width: 37%;
  height: 56%;
  background: red;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: difference;
}
.block-3{
  width: 58%;
  position: absolute;
  top: 0;
  right: 0;
  height: 38%;
  background: yellow;
  mix-blend-mode: multiply;
}
.block-6{
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  background: yellow;
  mix-blend-mode: difference;
}
.block-4{
  width: 67%;
  height: 15%;
  background: white;
  position: absolute;
  bottom: 10%;
  left: 5%;
  mix-blend-mode: difference;
}
img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-5{
  width: 60%;
  position: absolute;
  top: 40%;
  right: 50%;
  height: 26%;
  background: green;
  mix-blend-mode: difference;
}
.styles_container__lu2xv{
  height: 100%!important;
}
