body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #f8f9fb;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 480px;
}

.logo img {
  max-width: 150px;
  margin-bottom: 20px;
}

h1 {
  color: #222;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

p {
  margin: 0.5rem 0;
}

.contact a {
  color: #0073e6;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #777;
}
