body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: url('arka_plan.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #000;
}

header {
    background: rgba(51, 51, 51, 0.5); /* Arka plan görseli üzerinde yarı saydam bir arka plan */
    color: #fff;
    text-align: center;
    padding: 20px;
}

header .logo {
    width: 436px;
    height: 88px;
    max-width: 100%;
    margin: 0 auto;
    opacity: 1.0; /* Saydamlık oranı (0.0 tamamen saydam, 1.0 tamamen opak) */
}

header h1 {
    margin: 20px 0 10px;
    font-size: 1.5rem;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

main {
    padding: 20px;
    background: rgba(255, 255, 255, 0.0); /* İçerik alanı için arka planı okunabilir kılmak */
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.email-link img {
  width: 50px;
  height: 50px;
}

.email-link:hover {
  color: #1a73e8; /* Hover rengi */
  background: transparent;
}


.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.instagram-link img {
  width: 40px;
  height: 40px;
}

.instagram-link:hover {
  color: #E1306C; /* Instagram rengi */
  background: transparent;
}


footer {
    text-align: center; /* 2024 Basit Web Sitesi */
    padding: 10px 0;
    background: rgba(51, 51, 51, 0.5);
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}
.instagram-link,
.instagram-link * {
  background: transparent !important;
}
