
html {
    margin: 0; 
    height: 100%; 
    background: white;
} 

body {
    position: relative; 
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
}

#all {
    font-family: "Roboto Mono", serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 20px;
    left: 3%;
}

.verdeling-voertuig li {
    margin: 0;
    padding: 0;
}

.plekken-one {
    margin: 8px 0px;
    position: absolute;
    top: 180px;
    left: 30px;
    list-style: none;
    display: inline-block
}

.plekken-three {
    background: url("../images/Dwingeloo.png") bottom/cover no-repeat;
    height: 900px;
    width: 1250px;
    padding: 10px;
    margin-top: 43px;
}


.plekken-two {
    margin: 8px 0px;
    position: absolute;
    top: 245px;
    left: 30px;
    list-style: none;
    display: inline-block
}

.plek {
    list-style: none;
    color: rgb(45, 160, 92);
    font-size: 29px;
    position: relative;
    top: 125px;
}

.main-footer {
    background: black;
    position: absolute;
    top: 100%;
    width: 100%;
}