body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #111;
  font-family: 'Roboto', sans-serif;
}

.full-height {
  height: 100vh;
}

.coming-soon-text {
  font-style: italic;
  color: #fff;
}