* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('images/sabun.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fdfaf4;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    padding: 20px;
  }
  
  @media (max-width: 767px) {
    body {
      background-image: none !important;
      background-color: #fdfaf4 !important;
    }
  }
  
  .container {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .logo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .baslik {
    font-size: 28px;
    color: #5e7a3e;
    margin-bottom: 20px;
  }
  
  .links a {
    background-color: #5e7a3e;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .links a:hover {
    background-color: #43582c;
  }
  
  .whatsapp {
    margin-top: 30px;
  }
  
  .whatsapp img {
    width: 200px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
  
  .info {
    margin-top: 20px;
    font-size: 16px;
  }
  
  .info p {
    margin: 10px 0;
  }
  
  .info i {
    color: #5e7a3e;
    margin-right: 8px;
    width: 20px;
    display: inline-block;
  }
  
  .info a {
    color: #333;
    text-decoration: none;
  }
  
  .info a:hover {
    text-decoration: underline;
  }
  
  .bilisim {
    font-size: 14px;
    margin-top: 20px;
    color: #5e7a3e;
    display: flex;
    justify-content: end;
}
.bilisim img {
    width: 300px;
    height: auto;
   margin-bottom: 30px;
   margin-right: 30px;
}