html {
  height: 100%;
  width: 100%;
}

body {
  align-items: center;
  display: flex;
  font-family: sans-serif;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
