        uberschrift {
            width: 100%;
            display: flex;
            flex-direction: column; /* Spaltenorientierung */
            gap: 0px; /* Abstand zwischen den Zeilen */
            align-items: center; /* Zentriere die Spalteninhalte */
        }
        uberschrift-1 {
            font-family: 'century';
            font-size: 35px;
            font-weight: regular;
            color: #555;
            padding: 5px;
        }
        uberschrift-2 {
            width: 90%;
            font-family: 'century';
            font-weight: regular;
            font-size: 28px;
            color: #555;
        }

        text-1 {
            font-family: 'century';
            font-weight: regular;
            font-size: 28px;`
            color: #666;
        }

        text-2 {
            font-family: 'century';
            font-weight: italic;
            font-size: 28px;`
            color: #777;
        }

        b {
            font-family: century;
            font-weight: bold;
            font-size: 22px;
            text-decoration: underline;
        }

        s {
            font-family: century;
            font-weight: bold;
            font-size: 32px;
            text-decoration: underline;
        }

        epi1 {
            font-family: 'century';
            font-size: 30px;
            color: #fff;
        }

        epi2 {
            font-family: 'century';
            font-size: 30px;
            color: #777;
        }
        epi3 {
            font-family: 'century';
            font-size: 25px;
            color: #FFF;
        }
        epi3workshop {
            font-family: 'century';
            font-size: 25px;
            color: #888;
        }

        p {
            line-height: 1.6;
        }