html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #222;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  text-align: center;
  padding: 20px;
  max-width: 700px;
}

h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 18px;
}

.coming {
  font-size: 18px;
  color: #666;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

footer {
  position: fixed;
  bottom: 18px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #888;
}
