::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 */

}
.backg-white {
            background-color:#f8f9fa;
        }
     .light-bulb::before{
        content: '\1F4A1';
        margin-right:3px;
        margin: 2px;
        
     }
     table{
        margin-top:25px;
        margin-bottom: 25px;
     }

     h2,h3,h4,h5{
        margin-top:2rem;
        margin-bottom: 1rem;
  }
  h1,h2{
    text-align: center;
    margin-top:2rem;
    margin-bottom: 1rem;
  }