@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,latin-ext);
body {
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
  color: #000;
}

#coming_soon {
  padding-top: 150px;
  text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white;
    text-align: center;
}
