
    * {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    *::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    body {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
