/* LUGAT ALFABE MENÜSÜ */
.lugat-alfabe {
    text-align: center;
}

.lugat-baslik {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.lugat-baslik a{
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

hr.lugat-cizgi {
    border: 1px solid #C00001;
    margin: 2px 0;
    background-color: #C00001;
}

.lugat-altbaslik {
    text-align: center;
    font-size: 12px;
}

.lugat-separator {
    border: 0;
    background: #c1000126;
    border-bottom: 2px solid #eee;
    height: 1px;
    margin: 15px 0;
}

.lugat-alfabe .harf-link {
    display: inline-block;
    margin: 5px 0px;
    padding: 5px 10px;
    background-color: #C00001;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.lugat-alfabe .harf-link-tumu {
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    background-color: #C00001;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.lugat-alfabe .harf-link:hover {
    background-color: #640001;
}

/* KELİME LİSTESİ */
.lugat-liste {
    list-style: none;
    padding: 0;
    text-align: center;
}

.lugat-liste li {
    margin: 10px 0;
    font-size: 18px;
}

.lugat-liste li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.lugat-liste li a:hover {
    color: #C00001;
}

.lugat-container {
    border-style: solid;
    border-color: #C00001;
    border-width: 2px;
    border-radius: 10px;
    padding: 5px;
    margin: 10px;
    background-color: #eee;
}

.lugat-container h1 {
    font-size: 24px;
    text-align: center;
    color: #C00001;
    margin: 10px 5px;

}
.lugat-container p {
    
    text-align: center;
    margin: 10px;

}

.lugat-container p.kaynak {
    
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    
}
.lugat-container h2 {
    
    text-align: center;
    color: #C00001;

}




.son-lugat-kelimeleri {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    margin: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #C00001;
    background-color: #eee;
    
}

.son-lugat-kelimeleri h2 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    background-color: #C00001;
    padding: 5px;
    border-radius: 5px;
}

.son-lugat-kelimeleri ul {
    list-style: none;
    padding: 0;
}

.son-lugat-kelimeleri li {
    padding: 5px 0;
    text-align: center;
}

.son-lugat-kelimeleri li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s;
}

.son-lugat-kelimeleri li a:hover {
    color: #0073aa;
}

