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

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