/*
 * Theme Name: Annegien
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area, .site-header {
	float: none;
	margin: 0 auto;
	width: 900px;

/*    display: flex;
    flex-flow: column;
    justify-content: center;
*/}
.site-main {
	/*margin: 0 0 0 0;*/
}
.site-content .widget-area {
	float: none;
	overflow: hidden;
	width: 0;
}
.site-footer {
	clear: both;
	width: 100%;
}

