header .logo {
  text-align: center;
}

footer.container {
  display: none;
}

.button {
  background: #d9000d;
}

.button:hover {
  background: #787878;
}

a {
  color: #d9000d;
  text-decoration: none;
  font-weight: 500;
}