@import url(https://fonts.googleapis.com/css?family=Coming+Soon);
@import url(https://fonts.googleapis.com/css?family=Freckle+Face);

body {
  background: black;
}

td {
  font-family: 'Coming Soon', cursive;
  font-size: 20pt;
  color: white;
  font-variant: small-caps;
  text-align: center;
}

.title {
  font-size: 500%;
  font-family: 'Freckle Face', cursive;
  color: #f32;
  white-space: nowrap;
  line-height: 90%;
}

.subtitle {
  font-size: 120%;
  white-space: nowrap;
}

.soon {
  padding-top: 1em;
  font-size: 210%;
}
