body {
                background-color: rgba(229, 133, 7, 0.863);
                color: white;
                font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
                margin: 0;
                padding: 0;
            }

            /* Header */
            
            header {
                background: black;
                background-size: 100%;
                padding: 0;
                height: 100px;
                text-align:left;

            }

            header a {
                color: white;
                text-decoration: none;
                text-transform: uppercase;
                margin-top: 25px;
                margin-left: 30px;
            
            }


            header .logo a {
                background-image: url(Images/logo\ zwart.png);
                background-size: 150px;
                background-repeat: no-repeat;
                display:inline-block;
                height: 100px;
                position: relative;
                text-indent: -99999999px;
                top: -50px;
                left: 0px;
                width: 150px;
    
            }

            header .Signup a {
                background-color: rgba(255, 166, 0, 0.365) ;
                border-radius: 30px;
                display: inline-block;
                position:relative;
                padding: 15px;
                right: -200%;
            }

            nav ul {
                margin: 0;
                padding: 0;
                list-style-type: none;

            }

            nav li {
                display: inline-block;
                margin-right: 20px;
                padding: -10px;

            }
            a {
              text-decoration: none;

            }  
            a:hover {
              text-decoration: underline;  
              color: orange;
            }

            /* Features */

            .features {
                background: white;
                color: gray;
                padding: 50px 40px 50px;
                margin:10px 10px 0px 10px;
                display: flex;
                flex-direction:row;
            }

            .features figure {
                margin-top: 0;
                position:relative;
                text-align: center;
                text-transform: uppercase;
                width: 400px;
            }

            .features figure img {
                border: 1px solid white;
                border-radius: 50%;
                box-shadow: black 0 0 10px;
                width: 200px;

            }

            /* Footer */

            Footer {
                background: black;
                padding: 10px 20px;



            }