body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    margin: 0;
}
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.container.boeken {
    gap: 8px;
    flex-wrap: nowrap;
}
.tile {
    background-color: #dfdfdf;
    padding: 10px 15px;
    flex: 1;
    margin: 0 auto;
}
.tile  > div {
    background-color: #dfdfdf;
    padding: 5px 15px 15px 25px;
    /*height: 220px;*/
}
.header {
    height: 80px;
    width: 100%;
}
ul {
    list-style: none;
    /*line-height: 28px;*/
    margin: 0;
    padding: 0;
}
.boeken img {
    height: 125px;
}
.content.reader {
    background-color:#558855;
    padding: 0 100px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
