
       
        body {
            font-family: 'Inter', sans-serif;
        }

        
        ::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

        ::-webkit-scrollbar-track {
            background: #f1f5f9;
        }
        .page-container {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        
        .global-center-footer-text {
            
            transform: translateX(-120px);
            
            white-space: nowrap; 
        }
