/* Modern, centered layout */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 2rem 1rem;
  background: #f9f9f9;
  color: #222;
  text-align: center;
  line-height: 1.6;
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

header h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.3rem;
  color: #007acc;
  text-decoration: none;
}

header p {
  font-size: 1.1rem;
  margin-top: 0;
  color: #555;
}

main {
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #333;
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #999;
}

/* Style the link in header */

header h1 a {
  color: #007acc;
  text-decoration: none;
}

header h1 a:hover {
  text-decoration: underline;
}
