/* ---- reset ---- */

body {
	background: url(https://skeppargatan8.se/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	height: 100%;
	width: 100%;
	color: #fff;
	font: 18px 'Helvetica';
	margin: 0;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.logo {
	background-image: url(https://skeppargatan8.se/5trbadge.png);
	background-size: 400px 190px;
	height: 190px;
	display: block;
	opacity: 0.8;
	width: 400px;
	position: absolute;
	width: 400px;
	height: 190px;
	margin: -100px 0 0 -200px;
	top: 50%;
	left: 50%;
	z-index: 100;
}