html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: white;
  background-color: black;
  font-size: 1em;
  line-height: 1.4;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-family: 'Roboto', sans-serif;
}
.obfuscator {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.obfuscator--visible {
  background-color: #b22028;
  visibility: visible;
}
.hamburguer {
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 5;
  cursor: pointer;
}
.hamburguer__icon {
  fill: #fff;
  width: 35px;
  height: 35px;
}

h2 { position:absolute; top:100px; left:100px;}
.css-script-ads { position:absolute; top:180px; left:100px;}