* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

body {
  color: #1f2933;
  background-color: #fff;
  line-height: 1.6;
}

a {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

a:hover {
  text-underline-offset: 0.3em;
}

.hero {
  min-height: 50vh;
  background: url("img/selegio.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  color: #fff;
}

@media (min-width: 600px) {
  .hero {
    min-height: 65vh;
    padding: 3.5rem 2rem;
  }
}

@media (min-width: 900px) {
  .hero {
    min-height: 80vh;
    padding: 4.5rem 2.5rem;
  }
}

.description-container,
.contact-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 6rem 1.5rem;
  text-align: center;
}

.description-container h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}

.description-container p {
  font-size: 1.5rem;
}

.contact-content p {
  font-size: 1.1rem;
}

.contact-content .contact-name {
  font-weight: 700;
  text-transform: uppercase;
}

.contact-container {
  background-color: #f7f7f7;
}

.contact-content .contact-title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.contact-content p {
  margin-bottom: 0.4rem;
}

.site-footer {
  text-align: center;
  padding: 2rem 1.5rem;
}
