html,body,h1,h2,p{
  font-family: Orbitron, sans-serif;
}
img {
  margin: 30px 0;
  max-height: 100px;
  width: auto;
  height: auto;
  max-width: 100%;
}
p{
  font-weight: 600;
}
.branding{
  margin:3em auto 30px;
}
h1,h2{
  text-align: center;
  line-height: 2;
}