/*
Theme Name: Default
Theme URI: https://bijtkoek.nl
Author: Bijtkoek.nl - Webdesign & Wordpress
Author URI: https://bijtkoek.nl/
Description:
Version: 1.0
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, hr, figure, img, small, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

* {
	box-sizing: border-box;
}

html, body {
	height:100%;
	width:100%;
}

body {
	background-color: #101e2f;
	display:flex;
	align-items:center;
	justify-content:center;
}

.logo {
	max-width: 400px;
	width: 100%;
	padding: 20px;
}

.logo img {
	width: 100%;
	height: auto;
}