
body {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

header, footer {
  background-color: #111;
  padding: 20px;
  text-align: center;
}

nav a {
  color: #FFD700;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  color: #FFD700;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.hizmet {
  margin-bottom: 60px;
}

.hizmet h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.hizmet p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}

.resim-galeri {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.resim-galeri img {
  width: 45%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}
