* {
  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%;
  height: 92%;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  z-index: 3;

}

h1 {
  position: absolute;
  width: 90%;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
  padding-bottom: 8%;


}

p {
  width: 101%;
}

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

}

a {
  color: blue;
}

a:hover {
  color: red;
}

a:visited {
  color: blue;
}

a:active {
  color: blue;
}

