body {
  background: #444a6a !important;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-container {
  background: #444a6a !important;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}
