body {
  margin: 0;
  padding: 0;
}
body > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
body > div > div {
  width: 50%;
  height: 50%;
  background: center no-repeat url(../img/logo.svg);
}

/*# sourceMappingURL=style.css.map */
