nav {
	position: fixed;
	z-index: 100;
	width: 100vw;
	margin: 0 auto;
	padding: 50px;
	top: 0px;
}
a {
	font-size: 1.5vmax;
	padding: 5px;
	margin: 5px;
	font-family: Orkney, Helvetica;
	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
body {
	overflow-x: hidden;
	background-color: #332532;
	font-family: Orkney, Helvetica;
	color: white;
}
canvas {
	top: 0px;
	position: fixed;
}
#bg {
	background-image: url(../pic/stars.gif);
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0px;
}
h1 {
	font-size: 7vw;
	color: white;
	position: absolute;
	font-family: Leoscar, Helvetica;
	width: 100vw;
	line-height: 100vh;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#bg a {
	position: fixed;
	width: 54px;
	padding: 20px;
	bottom: 0px;
	left: calc(50% - 27px);
}
#bg img {
	width: 54px;
	margin-left: calc(50% - 27px);
}
@font-face {
	font-family: "Leoscar";
	src: url("fonts/Leoscar.ttf");
}
@font-face {
	font-family: "Orkney";
	src: url("fonts/Orkney.ttf");
}

@media screen and (max-width:700px) {
	a {
		padding: 2.5px;
		margin: 2.5px;
	}
}
@media screen and (max-width:400px) {
	a {
		padding: 1px;
		margin: 1px;
	}
}
