* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: radial-gradient(circle at top, #0f2027, #0b141a);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 640px;
  text-align: center;
  padding: 2rem;
}

.logo {
  width: 220px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  opacity: 0.9;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.85;
}

.contact {
  margin-top: 1.5rem;
}

a {
  color: #7dd3fc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
