/* Genel Ayarlar */
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background-color: #f4f4f4;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header */
.site-header {
  background-color: #009fe3;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.site-header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.site-header .dates {
  font-size: 1.2em;
  font-weight: 300;
}

/* Navigation */
.main-nav {
  background-color: #0069aa;
  padding: 10px 0;
  text-align: center;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  display: inline-block;
  margin: 0 15px;
}

.main-nav a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

/* Hero Section */
.hero {
  background: linear-gradient(to right, #009fe3, #00b5e2);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.hero h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.1em;
  margin: 10px 0;
}

/* İçerik Bölümleri */
section {
  background: white;
  margin: 40px auto;
  padding: 40px 20px;
  max-width: 900px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

section h2 {
  font-size: 1.8em;
  color: #009fe3;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

section ul {
  padding-left: 20px;
}

section li {
  margin-bottom: 10px;
}

/* Footer */
.site-footer {
  background-color: #003f63;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
}
