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

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Georgia', serif;
  color: #333;
  background-color: #f8f9fa;
  line-height: 1.6;
}

header {
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #2c3e50;
  margin: 0;
  line-height: 1.05;
}

.subtitle {
  font-size: 1.2em;
  color: #7f8c8d;
  margin-top: 0;
}

footer {
  margin-top: 2rem;
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  color: #3498db;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
