body {
  background: #444;
  color: #ffa;
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

