html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  background-color: #f1f1f1;
  background-image: url("../images/logo-background.svg");
  font-family: "Poppins", sans-serif;
}

body {
  display: flex;
  align-items: center;
}

#main-logo {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#main-logo img {
  width: 50%;
}
#main-logo #coming-soon-header {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=main.css.map */