.yazibaslik {
    font-size: 20px;
    font-family: 'Open Sans';
    color: rgb(44, 52, 146);
    font-weight: 600;
} 

* {
     user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }