* {
	padding: 0px;
	margin:0px;
	box-sizing: border-box;
}
body {
	width: 100%;
	height: 100vh;
	background-image: url(gross.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
	text-align: center;
	font-size: 300;
	color: white;
}
canvas {
	background-color: #102030;
	border: 2px solid white;
	display: block;
	margin: 0 auto;
}
h1,h2,h3 {
	font-family: 'Sofia', cursive;
}