@charset "utf-8";
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: rgba(60,114,196,1.00);
    font-weight: bold;
} 
a:hover {
    color:rgba(216,90,16,1.00);
}
.inhoud {
    display: flex;
    height: 100vh; /* vh = viewportheight Zie: https://alligator.io/css/centering-using-flexbox */
    justify-content: center;
    align-items: center;

}

.placeholdercontent {
    display: block;
    width: 600px;
    text-align: center;

}
