h2 {
    text-align: center;
}

div#opening2 {
    text-align: center;
}

img#opening {
    width: 20%;
    height: auto;
    border: 2px solid darkblue;
}

div#schrijvers {
    display: flex;
       justify-content: center;
       margin:0 2%;
}

div#schrijvers > img {
    display: block;
    width: 50%;
    height: auto;
}

div#weergave {
display: none;
}

hr {
    margin-top: 2%;
    height: 5px;
    background-color: #e9af20;
    border-radius: 5px;
    border-top: none;
}

img#nieuwfig {
    width:10%;
    height: auto;
}

div#nieuw {
    text-align: center;
}


span {
    font-weight: bold;
}

div#kaften {
    display: grid;
    grid-template-columns: 19% 38.2% 38%;
	grid-column-gap: 2%;
}

div#kaften > img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid darkblue;
}