/* home-description.css — стилі для блоку із вмістом сторінки */

.home-description {
  max-width: 960px;
  margin: 60px auto;
  padding: 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.home-description h1,
.home-description h2,
.home-description h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.home-description p {
  margin-bottom: 1.2em;
}
