/* 
    Name: Djayden Klatt
    Date: 24-9-2025

    Mijn CSS bestand voor Gemeente website attractions.
*/
 
            a
            {
                color: rgb(16, 8, 167);
                text-decoration:none ; 
            }
            h1
            { 
                color: rgb(0, 138, 184);
                text-decoration: wavy;
            }
            h2
            {
                color:rgb(13, 40, 114);
                text-decoration: solid;
            }
            body
            { 
                background-color:rgb(216, 236, 255);
                font-family: "Manrope", sans-serif;
            }
            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
            }
