/* r.verhoeven
23/09/2025
syling page
*/
            body
            {
                padding:0px;
                margin:0px;
            }
            body
            {
                background-color: #ebebeb;
                 font-family: "Montserrat", sans-serif;
            }
            a
            {
                color: #ffffff;
            }

            h1
            {
                color:#000
            }

            header
            {
                background-color:#003366;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 10px 20px;
            }

            nav ul
            {
                list-style-type: none;
                display: flex; /*zorgt ervoor dat de items naast elkaar komen*/
            }
            nav li
            {
                margin-left: 20px;
            }

            a:hover
            {
                color:#8f8b8b;
                text-decoration: underline;
            }
          img
            {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            h1
            {
                display: flex;
                justify-content: center;
            }
            section
            {
                display: flex;
                justify-content: center;
            }
            article
            {
                width: 600px;
                background-color: #d9d2ca;
            }
            footer
            {
                background-color: #003366;
                height: 10vh;
            }
             #balkonder
            {
                display:flex;
                justify-content: center;
                color: #ebebeb;
            }