.home-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Georgia', serif;
  line-height: 1.7;
}

.home-content h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.home-content a {
  color: #c92c2c;
  text-decoration: none;
}

.home-content a:hover {
  text-decoration: underline;
}
