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

@font-face {
  font-family: times;
  src: url('TimesNewRomanPSStd-Regular.otf');
}

body {
    overflow: hidden;
    font-size: 17px;
    font-family: times;
}

h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;

}

p {
  font-family: times;
}

img {
  width: 100%;
  height: 100%;
}


h2 {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: red;
  bottom: 0;
}
