* {
  font-family: 'Roboto', sans-serif;
  color: white;
}

body {
  background-color: black;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.flex-container {
  font-size: 10em;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  z-index: 2;
}

.coming-soon-text {
  width: 100%;
  display: flex;
  justify-content: center;
}