body { font-family: 'Inter', sans-serif; touch-action: manipulation; }
        .canvas-container {
            background-color: #FFFFFF;
            padding: 1rem;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        }
        a:link {
            color: rgb(215, 228, 215);
            background-color: transparent;
            text-decoration: none;
        }

 
        a:visited {
            color: rgb(20, 68, 241);
            background-color: transparent;
            text-decoration: none;
        }

 
        a:hover {
            color: rgb(30, 255, 0);
            background-color: transparent;
            text-decoration: underline;
        }

 
        a:active {
            color: yellow;
            background-color: transparent;
            text-decoration: underline;
        }