body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}


ul {
    list-style-type: none;
    padding: 0;
}


h2 {
    font-size: 24px;
    color: #00796b;
    text-align: center;
    margin-bottom: 20px;
}
.renk{
    color: #212529;
    text-decoration: none; /* Altı çizgiyi kaldırır */
}
.renk1{
    text-decoration: none; /* Altı çizgiyi kaldırır */
}
/* WhatsApp Butonu */
.whatsapp-button {
    position: fixed;
    bottom: 13px; /* Altta olacak */
    right: 13px; /* Sağda olacak */
    z-index: 9999;
    background-color: #25D366; /* WhatsApp yeşili */
    border-radius: 50%;
    padding: 8px; /* Butonun büyüklüğünü artır */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Butona gölge efekti */
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-button img {
    width: 30px; /* İkonun boyutunu ayarlama */
    height: 30px; /* Yüksekliği ayarlama */
}
