body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1b1b20;
    color: #333;
    line-height: 1.6;
}

h1 {
    text-align: center;
    color: #e8e8e8;
    margin-top: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #333;
    overflow: hidden;
}

ul li {
    float: left;
}

ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 14px 20px;
    text-align: center;
}

ul li a:hover, ul li a#curent {
    background-color: #575757;
}

.AboutUs {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.AboutUs p {
    margin: 10px 0;
}

.AboutUs p:first-of-type {
    font-weight: bold;
}

.AboutUs p:last-of-type {
    margin-top: 20px;
    font-style: italic;
}

.AboutUs h1 {
    text-align: center;
    color: black;
    margin-bottom: 20px;
    font-size: 36px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
    text-decoration-color: #333;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;



}


br {
    display: none; /* Remove unnecessary line breaks */
}


.kleur-about{
    color: rgb(11, 156, 209);
}