    body {
            font-family: 'Inter', sans-serif;
            touch-action: manipulation;
        }
        .puzzle-piece-shadow {
            filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
        }
    a:link {
            color: rgb(215, 228, 215);
            background-color: transparent;
            text-decoration: none;
        }


        a:visited {
            color: pink;
            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;
        }