@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600&display=swap');

body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fdf7ec, #f4f7fb);
  color: #0f172a;
}

.card {
  padding: 32px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  text-align: center;
}

a {
  display: inline-block;
  margin: 8px 12px;
  color: #e25d2c;
  text-decoration: none;
  font-weight: 600;
}
