@font-face {
	font-family: Clangen; src:url('Fonts/clangen.ttf');
 }

body {
	margin:0;
	overflow:hidden;
	background-color:black;
	font-size:1.3vw;
	font-family:Clangen;
}

a:hover {
    cursor:url("Cursors/Paw.png"), auto;
}

#mainbody {
	cursor:url("Cursors/Paw.png"), auto;
	background-image:url('Images/Clangen/Menu.png');
	background-color:black;
	background-repeat:no-repeat;
	background-size:55vw;
	width:55vw;
	height:50vw;
	margin:auto;
}

.button {
	color:#efe5ce;
	width:16vw;
	height:3vw;
	text-align:center;
	image-rendering:pixelated;
	background-image:url('Images/Clangen/Button.png');
	background-repeat:no-repeat;
	background-size:16vw;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom:1vw;
}

a {
	text-decoration:none;
	color:#efe5ce;
}