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

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

body {
  text-align: center;
  font-family: ahb;
}

.box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

h1 {
  font-size: 1.8rem;
}

h1 img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-115%);
  width: 110%;
}

h3 img {
  width: 300px;
}

#nav {
  display: inline;
}


#a {
    display: inline-block;
}

#b {
    display: inline-block;
}

#c {
    display: inline-block;
}

#d {
    display: inline-block;
}

h4 {
  font-family: ahb;
}

h5 p{
  display: inline-block;
}

footer {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

a {
  color: blue;
}

a:hover {
  color: red;
}

a:visited {
  color: blue;
}

a:active {
  color: blue;
}
