body {
  width: 800px;
  display: float;
  justify-content: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

a {
  color: #d2202f;
  background-color: transparent;
}


a:link {
  text-decoration: none;
  color: #d2202f;
}

a:visited {
  text-decoration: none;
  color: #d2202f;
}

a:hover {
  text-decoration: none;
  color: #d2202f;
}

a:active {
  text-decoration: underline;
  color: #d2202f;
}

header .Dept {
  font-size: 28px;
  vertical-align: middle;
}

header .Dash {
  font-size: 4em;
  vertical-align: top;
  color: #d2202f;
}

header #amper{
  font-size: 16px;
  display: inline;
}