body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Arial, sans-serif;
}

body, html {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}
