body {
  color: #222;
  background: url("/assets/portal-bg.jpg") center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display:flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #f07520;
  text-decoration: none;
}

#outage-message {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
}

#cloudflare-error-box {
  height: 0;
  display: none;
  visibility: hidden;
}