@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #DF1F2D; } ::-webkit-scrollbar-track { background-color: #FFDE8A; } ::-webkit-scrollbar { width: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }}
 
. {
    overflow: hidden;
}
. .tn-atom {
    transition: all s ease;
    
}
.:hover .tn-atom {
    transform: scale();
    
}




