/* GENEL SAYFA AYARLARI (arka plan + font) */
body {
  margin: 0;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), /* koyulaştırma */
    url('images/demo.png') no-repeat center center;
  background-size: cover;
}

/* HAKKIMIZDA METNİ */
.about-section-content {
  max-width: 800px;
  margin: 100px auto 50px auto;
  padding: 0 20px;
  color: white;
  line-height: 1.6;
}

.about-section-content h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5em;
  color: white;
  font-family: 'Playfair Display', serif;
}

.about-section-content p {
  margin-bottom: 15px;
  font-size: 18px;
  color: white;
}

/* ÇALIŞMA STİLİ BLOĞU */
.about-calısma-stili {
  max-width: 800px;
  margin: 50px auto 80px auto;
  padding: 0 20px;
  line-height: 1.6;
}

.about-calısma-stili h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  color: white;
  font-family: 'Playfair Display', serif;
}

.about-calısma-stili p {
  margin-bottom: 15px;
  font-size: 18px;
  color: white;
}

/* FOOTER */
footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
