body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.container {
  max-width: 500px;
}
