* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #404040;
	font: 14px/1.4 Arial, Tahoma, serif;
}

.logo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/logo.svg") center center no-repeat;
	background-size: 200px auto;
}