body {
  background-color: black;
}

#page-message {
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.11em;
  margin-top: calc(25vh);
}

#page-logo {
  width: 210px;
  position: fixed;
  left: 50%;
  margin-left: -105px;
  bottom: 0;
  margin-bottom: 10px;
}
