h1 {
    text-align: center;
    font-size: 2.5em;
    margin: 20px 0;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #333333;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.statuten {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.statute {
    padding: 15px;
    border-left: 5px solid #0A84C6;
    background-color: #2D2D2D;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.statute h2 {
    font-size: 1.5em;
    color: #0A84C6;
    margin-bottom: 10px;
}

.statute p {
    font-size: 1em;
    color: #ffffff;
}

.statutenPDF {
    color: #0A84C6;
    font-weight: bold;
    margin-left: 20px;
}


/* Responsive Design */
@media (max-width: 650px) {
    .menu {
        flex-direction: column;
    }

    h1 {
        font-size: 2em;
    }

    .statute h2 {
        font-size: 1.3em;
    }

    .statute p {
        font-size: 1em;
        color: #ffffff;
    }
}
