        ::selection {
    background: rgb(29, 28, 28);   /* Seçim arka planı siyah */
    color: rgb(219, 214, 214);        /* Seçilen yazı beyaz */
}

/* Firefox için özel seçim etiketi */
::-moz-selection {
   background: rgb(29, 28, 28);   /* Seçim arka planı siyah */
    color: rgb(219, 214, 214);        /* Seçilen yazı beyaz */

}
        a {
            text-decoration: none !important;

            color: rgb(145, 153, 199);
        }

       
           .space {
                        margin: 150px;
                }
   strong {
            color: red;
        }

        a {
            margin-left: 12px;
        }