html, body {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
}

@font-face {
	font-family: Sohne;
	src: url(SohneSchmal-Fett.otf);
}

h1			{ font-family: Sohne, Arial, sans-serif;
			  background: none;
			  color: #FFF;
			  font-size: 3rem;} 
			  
nav {
		display: grid;
		grid-template-columns: 1fr auto;
		padding-left: 3rem;
		min-height: 2rem; 
		
		position: fixed; 

		width: 100%;
		height: auto;
		transform: translate(-50%, -50%)
		left:50%;

	}

a			{ color: #FFF; text-decoration: none; }