body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: transparent;
}

#c {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: -1;
}

.content {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 120px 20px;
	color: white;
	font-family: 'Noto Sans', 'Roboto', 'Arial', sans-serif;
}

h1 {
	text-align: center;
}

