
body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #2563eb, #7e22ce);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
