body
{
	max-width: 900px;
	margin: auto;
	font-family:Arial;
}

.logo {
text-align:center;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color:rgb(39,126,181);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color:#ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color:rgb(181,212,208);
    color: black;
}

.page
{
	border: 1px solid rgb(39,126,181);
	padding: 50px;

}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pt-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.h2cw {
    font-size:1.5em;
    font-weight:bold;
}
.ptxhoog {

}
.postcontainer {
    width:800px;
    background-color:rgb(39,126,181);
    color: #f2f2f2;
}
.leftpost {
	padding: 10px;
    color: #f2f2f2;
    text-align:left;
    vertical-align:top;
}
.rightpost {
	padding: 10px;
    color: #f2f2f2;
    text-align:center;
    vertical-align:top;
}

h3 { font-size:18px; margin-bottom:5px; margin-top:25px; }
p { margin:0px; line-height:1.3em; }
ul { line-height:1.3em; }

.button {
    background-color:rgb(39,126,181);
    border: none;
    border-radius: 4px;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width:190px;
}

.button:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}