body {
    background-color: gray;
    color: white;
}
.header {
    font-family: 'Orbitron',serif;
    background-color: darkgray;
    text-align:center;
    width: 100%;
}
.content {
    background-color: darkgray;
    text-align: center;
    width: 100%;
}
.button {
  border: none;
  color: white;
  padding: .5px .5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: .5px .5px;
  cursor: pointer;
  background-color: darkgray;
}
.footer {
    border: 2px solid #333;
    background-color: #333;
    text-align: center;
    width: 99.6%;
    bottom: 0 auto;
    color: white;
}