       /* Globale Stile */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8f8f8;
        }

        .icon {
            width: 24px;
            height: 24px;
        }
        
        /* Entfernt alle Textdekorationen standardmäßig */
        * {
            text-decoration: none !important;
        }