body {
  margin: 0;
  padding: 0;
  background-color: #181B37;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.page img {
  width: 80vw;
}/*# sourceMappingURL=style.css.map */