@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
body {
  background: #f3fafc;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Poppins', sans-serif;
  color: #064762;
}

div {
  padding: 25px;
}

svg {
  width: 100%;
}

h2 {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */