* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}

body {
  overflow: hidden;
}


h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


h2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

h2 pre {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0%;
  margin: 5%;
  color: transparent;
}