* {
  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 New Roman;
  src: url('Times New Roman.ttf');
}

body {
  font-family: Times New Roman;
}

.text {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 5%;
  z-index: 99;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  font-size: 14px;
}

.imgs {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  width: 45%;
  height: 100%;
}


img {
  width: 100%;
  display: block;
}
