@charset "UTF-8";
@font-face {
	font-family: YanoneKaffeesatz;
	src: url('fonts/YanoneKaffeesatz-Regular.otf');
}

body {
	background-image: url('Background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	font-family: YanoneKaffeesatz;
	color: #444;
}

h1 {
	font-family: YanoneKaffeesatz;
	font-size: 700%;
	font-weight: 400;
	color: #566682;
	margin: 3% 5% 10px 5%;
}

canvas {
'    border: 2px solid black;'
'    background-color: black;'
}
