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

@font-face {
  font-family: ah;
  src: url('AlteHaasGroteskRegular.ttf');
}

@font-face {
  font-family: ahb;
  src: url('AlteHaasGroteskBold.ttf');
}

body {
  font-family: ahb;
  font-size: 1.8rem;
  text-align: left;
}

.box {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  height: 90%;
}

h1 {
   width: 30%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-55%);
}

h1 img {
  top: 0%;
  width: 100%;
}

header {
  position: absolute;
  text-align: left;
  margin-top: 0.5%;
  left: 50%;
  transform: translateX(-50%);

}

header a {
  color: blue;
}

header a:hover {
  color: red;
}

header a:visited {
  color: blue;
}

header a:active {
  color: blue;
}
