body {
    background: url("afbeeldingen/achterverloop.jpg") ;
    font-size 100%;
    }

#mijnkop{
font-family: Times, serif;
    width: 520px;
    font-size: 1.5em;
    color: #444444;
    text-align: left;
    position: relative;
    left: 70px;
    }
h1 {
    font-family: Times, serif;
    width: 520px;
    font-size: 1.5em;
    color: #444444;
    text-align: left;
    position: relative;
    left: 70px;
}
h2 {
    font-family: Times, serif;
    font-size: 1.3em;
    color: #555555;
    text-align: left;
    position: relative;
    left: 70px;
}
h {
    font-family: Times, serif;
    font-size: 1.1em;
    color: #555555;
    text-align: left;
    position: relative;
    left: 70px;
}
p {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    max-width: 450px;
    font-size: 1em;
    text-indent: 20px;
    position: relative;
    left: 70px;
}
p::first-letter {
    font-family: "Times New Roman", Times, serif; font-size: 1.6em;color: #444444;
}
div.kleinplaatje{
position: absolute;
left: 550px;
}
div.plaatjelinks{
position: relative;
left: 70px;
}

table, th, td {
padding: 5px;
margin-left: 50px;
}
tr:nth-child(even) {
  background-color: #F3F3F3;
}
div.fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
div.adres {
    font-family: "Lucida Console", Monaco, monospace;
    position: relative;
    left: 70px;
}
.flex-container1 {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;

}

.flex-item {
border-radius: 25px;
padding: 20 px;
    background-color: #dddddd;
    width: 160px;
    height: 20px;
    margin: 0px;
    text-align: center;

}
img {
    max-width: 100%;
    height: auto;
}
a:link {
    text-decoration: none;
    color: #888888;
}
a:hover {
    color: #aaaaaa;
}
