/* Seçili metin stilleri */
*::selection {
    background-color: #008375 !important;
    color: #ffffff !important;
}

*::-moz-selection {
    background-color: #008375 !important;
    color: #ffffff !important;
}