        .sky-background {
            font-family: 'Arial', sans-serif;
            background-color: #f0f4f8; /* Ähnlich dem Hintergrund der anderen Codes */
            color: #333;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }

        .sky-content-container {
            width: 85%;
            max-width: 700px;
            padding: 40px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            text-align: justify;
        }

        .sky-title {
            font-size: 2.5em;
            text-align: center;
            color: #003366;
            margin-bottom: 20px;
        }

        .sky-subtitle {
            font-size: 1.8em;
            margin-bottom: 15px;
            color: #003366;
            border-bottom: 2px solid #003366;
            padding-bottom: 5px;
        }

        .sky-text {
            font-size: 1.15em;
            margin-bottom: 25px;
            color: #555;
        }

        .sky-quote {
            margin: 20px 0;
            padding: 15px;
            background-color: #e0f7fa;
            border-left: 8px solid #003366;
            font-style: italic;
            color: #004d40;
            border-radius: 5px;
        }

        .sky-quote p {
            margin: 0;
        }



        .powder-background {
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            color: #333;
            line-height: 1.8;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }

        .powder-content-container {
            width: 80%;
            max-width: 650px;
            padding: 40px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: justify;
        }

        .powder-title {
            font-size: 2.7em;
            text-align: center;
            color: #6a0dad;
            margin-bottom: 20px;
        }

        .powder-subtitle {
            font-size: 1.9em;
            margin-bottom: 15px;
            color: #6a0dad;
            border-bottom: 2px solid #6a0dad;
            padding-bottom: 5px;
        }

        .powder-text {
            font-size: 1.15em;
            margin-bottom: 25px;
            color: #555555;
        }

        .powder-quote {
            margin: 20px 0;
            padding: 15px;
            background-color: #e6e6ff;
            border-left: 8px solid #6a0dad;
            font-style: italic;
            color: #4b0082;
            border-radius: 5px;
        }

        .powder-quote p {
            margin: 0;
        }

        .powder-quote-author {
            text-align: right;
            font-size: 1em;
            color: #6a0dad;
            margin-top: 10px;
        }



        .varina-background {
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            color: #333;
            line-height: 1.8;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }

        .varina-content-container {
            width: 85%;
            max-width: 700px;
            padding: 40px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            text-align: justify;
        }

        .varina-title {
            font-size: 2.5em;
            text-align: center;
            color: #8b4513;
            margin-bottom: 20px;
        }

        .varina-subtitle {
            font-size: 1.8em;
            margin-bottom: 15px;
            color: #8b4513;
            border-bottom: 2px solid #8b4513;
            padding-bottom: 5px;
        }

        .varina-text {
            font-size: 1.15em;
            margin-bottom: 25px;
            color: #555;
        }

        .varina-quote {
            margin: 20px 0;
            padding: 15px;
            background-color: #ffe4b5;
            border-left: 8px solid #8b4513;
            font-style: italic;
            color: #6a3f2b;
            border-radius: 5px;
        }

        .varina-quote p {
            margin: 0;
        }

        .varina-quote-author {
            text-align: right;
            font-size: 1em;
            color: #8b4513;
            margin-top: 10px;
        }


        .sagara-background {
            font-family: 'Arial', sans-serif;
            background-color: #f0f4f8;
            color: #333;
            line-height: 1.8;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }

        .sagara-content-container {
            width: 85%;
            max-width: 700px;
            padding: 40px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            text-align: justify;
        }

        .sagara-title {
            font-size: 2.5em;
            text-align: center;
            color: #004d40;
            margin-bottom: 20px;
        }

        .sagara-subtitle {
            font-size: 1.8em;
            margin-bottom: 15px;
            color: #004d40;
            border-bottom: 2px solid #004d40;
            padding-bottom: 5px;
        }

        .sagara-text {
            font-size: 1.15em;
            margin-bottom: 25px;
            color: #555;
        }

        .sagara-quote {
            margin: 20px 0;
            padding: 15px;
            background-color: #e0f2f1;
            border-left: 8px solid #004d40;
            font-style: italic;
            color: #00251a;
            border-radius: 5px;
        }

        .sagara-quote p {
            margin: 0;
        }


        .lumen-background {
            background-color: #0d0d0d;
            color: #e6e6e6;
            font-family: 'Courier New', Courier, monospace;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
            padding: 20px;
        }

        .lumen-box {
            background-color: #1f1f1f;
            border: 2px solid #333;
            padding: 20px;
            width: 80%;
            max-width: 800px;
            text-align: center;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        }

        .lumen-header {
            color: #ff6666;
            font-size: 2.5em;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .lumen-subheader {
            color: #ffcc66;
            font-size: 1.5em;
            margin-bottom: 20px;
            font-style: italic;
        }

        .lumen-image {
            max-width: 100%;
            height: auto;
            border: 2px solid #333;
            margin-bottom: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

        .lumen-info-section {
            display: flex;
            justify-content: space-around;
            margin-bottom: 20px;
            padding: 10px 0;
            border-top: 1px solid #333;
            border-bottom: 1px solid #333;
        }

        .lumen-info {
            width: 30%;
        }

        .lumen-info-title {
            color: #66cccc;
            font-size: 1.2em;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .lumen-info p {
            color: #f2f2f2; /* Hellere Schriftfarbe für die Infos */
        }

        .lumen-quote {
            color: #999;
            font-style: italic;
            margin: 20px 0;
        }

        .lumen-text {
            margin-bottom: 20px;
            line-height: 1.5;
        }