    
        body {
            margin: 0;
            padding: 0;
        }
        .language-links {
            display: flex;
            justify-content: flex-end;
            padding: 20px;
        }
        .language-links a {
            text-decoration: none;
            margin-left: 10px;
            color: grey;
            font-size: 18px;
            font-family:  'CirceRounded',Arial,sans-serif;
            color: #000000;
        }
        .language-links a:hover {
            color: #000000;
            font-weight: bold;
        }
        .language-links a.active {
            color: black;
            font-weight: bold;
        }
    