h1 {
    font-size: 22px;
    line-height: 4rem;
}
#buklet {
    position: fixed;
    z-index: 1000;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #da4132;
    right: 0px;
    margin: 0;
    border-radius: 4px;
    padding: 0px 0px;
    right: 5px;
    display: none;
    cursor: pointer;
    color: #fff !important;
    font-size: 24px;
    text-align: center;
}
@media (max-width: 767px) {
  #buklet {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #da4132;
    right: 0px;
    margin: 0;
    border-radius: 4px;
    padding: 0px 0px;
    right: 5px;
    display: none;
    cursor: pointer;
    color: #fff !important;
    font-size: 24px;
    text-align: center;
}
  }
::-webkit-scrollbar-button { 
background-repeat:no-repeat; 
width:6px; 
height:0px 
} 
 
::-webkit-scrollbar-track { 
background-color:#fff; 
box-shadow:0px 0px 3px #000 inset; 
} 
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #cecece;
    box-shadow: 0px 0px 3px #000 inset;
    background-position: center;
    background-repeat: no-repeat;
}
 
::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:7px; 
height:0px 
} 
 
::-webkit-scrollbar{ 
width: 11px; 
}