@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
body {
  background: #193077;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: #FFF;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1, h2, h3, h4 {
  margin: 1rem 0 0rem;
}

.lead {
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.logo {
  width: 100%;
  max-width: 150px;
}
/*# sourceMappingURL=app.css.map */