body {
    background-image: initial;
    color: rgb(183, 180, 176);
    background: #000;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;

    text-align: justify;
    padding: 0;
    margin: 0;
  }

  #coming-soon {
    padding: 3em;
    font-size: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  h1 {
    text-align: center;
  }
  