body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
}

.container .st0 {
  fill: url(#SVGID_1_);
}

.container .st1 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1.0861;
  stroke-miterlimit: 10;
}

.container .pyrophire {
  fill: #dcddde;
}

.container .design {
  fill: white;
}

.container #logo {
  max-width: 75vw;
  max-height: 75vh;
}
/*# sourceMappingURL=style.css.map */