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

}

@font-face {
  font-family: times;
  src: url('Times New Roman.ttf');
}

@font-face {
  font-family: hell;
  src: url('HelveticaNeueLTCom-Roman.ttf');
}

body {
  font-family: times;
  background-color: white;
}

.box {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
/*  background-color: red;*/
}


img {
  width: 100%;
}