body {
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #ffa500;
  color: white;
}

#container {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#brand {
  font-size: 81pt;
  font-weight: 700;
}

#slogan {
  font-size: 18pt;
  margin-top: -7pt;
}

#logo {
  height: auto;
  width: 154pt;
}

footer {
  position: fixed;
  bottom: 8px;
  right: 12px;
  font-size: 9pt;
  opacity: 0.4;
}
