body {
    background-image: url("../img/autumbreezeh1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
.orange{float: left;
}
h1 {
    color: brown;
    font-family: "Century Gothic";
    margin: 0
}

h2 {
    color: darksalmon;
    font-family: "Book Antiqua";
    margin: 0
}

h3 {
    color: olivedrab;
    font-family: Century;
    margin: 0;
    font-weight: bolder;
}

h4 {
    margin: 0px;
    width: 0;
    float:left;
    color:purple;
}

img.lai {
    float: left;
    height: auto;
    max-height: 337px;   /*idk gelezen op stack overflow blijkbaar is het goed */
    width: auto;
}

img.orange {
    float: left;
    height: auto;
    max-height: 337px;
    width: auto;
}