.site-status-message {
  background-color: #d32101;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  position: relative;
  z-index: 99;
}

.site-status-message a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.site-status-message a:hover {
  color: #fff;
  text-decoration: underline;
}
