body {
  background-color: #FDFDFD;
  color: #0D0D0D;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8rem;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
