html {
    background-repeat: no-repeat;
    background-size: 2350px 1100px;
    background-position-x: -30px;
    font-size: 110%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url("/afbeeldingen/Background.png")  
}

*, *::before, *::after {
    box-sizing: border-box;
}

nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
}

nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: large;
}

nav ul li a:hover {
    color: #2b7ee3;
}

section h2 {
    margin-top: 300px;
    margin-left: 1300px;
}

section p {
    margin-left: 1100px;
}


