@font-face {
	font-family: Pixelated MS Sans Serif;
	src: url(ms_sans_serif.woff) format("woff");
	src: url(ms_sans_serif.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #444;
	font-family: Pixelated MS Sans Serif;
	user-select: none;
  overflow: hidden;
}

h1 {
	font-size: 6vh;
	text-align: center;
	color: #ddddff;
	text-shadow: 0.5vh 0.5vh rgba(170, 170, 255, 0.6), 1vh 1vh rgba(85, 85, 255, 0.3);
	margin-top: 3vh;
  margin-bottom: 1vh;
	line-height: 6vh;
}

h2 {
	font-size: 3vh;
	text-align: center;
	color: #ddddff;
	text-shadow: 0.25vh 0.25vh rgba(170, 170, 255, 0.6);
	line-height: 3vh;
	margin-bottom: 6vh;
}

/*Discord link*/
#discordIcon, #youtubeIcon, #patreonIcon {
  width: 8vh;
  filter: drop-shadow(0 0 0.3vw black);
    z-index: 2;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

#cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60vh;
	max-width: 90vw;
	background-color: rgba(0,0,0,0.4);
	display: block;
	z-index: 2;
	padding-bottom: 2vh;
}

#row1, #row2, #row3, #row4 {
	margin: 4%;
	width: 92%;
	height: 5vh;
	text-align: center;
	font-size: 3.5vh;
	line-height: 5vh;
	box-sizing: border-box;
	background-color: #ddd;
	border: 0.3vh outset #888;
	color: #666;
	z-index: 3;
	transition: 200ms;
}

#row1:hover {
	cursor: pointer;
	background-color: #8bf;
	border: 0.3vh outset #48b;
	color: #06b;
}

#row2:hover {
	cursor: pointer;
	background-color: #88f;
	border: 0.3vh outset #44b;
	color: #00b;
}

#row3:hover {
	cursor: pointer;
	background-color: #b8f;
	border: 0.3vh outset #84b;
	color: #60b;
}

#row4:hover {
	cursor: pointer;
	background-color: #f8f;
	border: 0.3vh outset #b4b;
	color: #b0b;
}

#links {
	display: flex;
	justify-content: center;
}

#blackBorder {
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	z-index: 2;
	border: 20px solid black;
	filter: blur(10px);
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }