/* Volle Breite LED-Container für page2.php */
.page2-fullwidth {
    width: 100%;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #111;
    border: 2px solid red;
    border-radius: 10px;

    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.8),
        0 0 30px rgba(255, 0, 0, 0.6),
        0 0 60px rgba(255, 0, 0, 0.4);

    box-sizing: border-box;
    color: #eee;
}

/* Überschrift */
.page2-fullwidth h1 {
    color: #ff4444;
    text-align: center;
    margin-bottom: 20px;
}

/* Absätze */
.page2-fullwidth p {
    line-height: 1.6;
    font-size: 1.1rem;
}
