/* base.css */
body {
  padding: 0;
  margin: 0;
}
div#app {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: center;
}

/* loader.css */
div#app {
  align-items: center !important;
}
body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28581;
  text-transform: none;
  color: #1c2127;
  font-family:
    -apple-system,
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Open Sans",
    "Helvetica Neue",
    "blueprint-icons-16",
    sans-serif;
}
p {
  margin-bottom: 10px;
  margin-top: 0;
}
