body {
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #f9f9f9, #d3e0ea);
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #333;
}

.container {
  text-align: center;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.tagline {
  font-size: 1.5em;
  color: #555;
}

.hostinger {
  margin-top: 2em;
  font-size: 0.9em;
  color: #999;
}
