body {
  background: none;
  background-color: #1e4166;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: stretch;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 440px;
  position: relative;
}

body > div {
  align-items: center;
  display: flex;
}
