/* 
    Name: Djayden Klatt
    Date: 24-9-2025

    Mijn CSS bestand voor Gemeente website about us.
*/
 
            a
            {
                color: rgb(0, 0, 0);
                text-decoration:none ; 
            }
            p
            {
                color: rgb(255, 255, 255);
                text-decoration: none;
                font-style: initial;
            }
            h1
            { 
                color: rgb(0, 0, 0);
                text-decoration:solid;

            }
            h2
            {
                color:rgb(0, 0, 0);
                text-decoration: solid;
                display: flex;
            }
            body
            { 
                background-color:rgb(0, 2, 4);
                font-family: "Manrope", sans-serif;
                background-image: url('/Images/oss\ foto.webp'); 
                background-size:cover;                 
                background-position: center;                   
                height: 100vh;                          
                margin: 0;   
            }
            header
            {
               background-color: rgb(0, 138, 184); 
               display: flex;
               margin-bottom: 5cqb;
               margin-top:1cqb;
               justify-content: space-between;
               align-items: center;
            }
            nav ul
            {
                display: flex;
                list-style-type: none;

            }
            nav li
            {
                margin-right: 20px
            }
            body 
            {
                 background-image: url("/Images/oss\ foto.webp");
            }