body {
  align-items: center;
  background: #f4f4f5;
  color: #18181b;
  display: flex;
  font-family: Arial, sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

main {
  text-align: center;
}
