html, body {
  background-color: white;
  font-family: sans-serif;
  height: 95%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}