@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:regular@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #1f1f1f;
	font-family: 'Bebas Neue', sans-serif;
	overflow: hidden;
}
#games {
	position: absolute;
	display: block;
	top: 80px;
	width: 100%;
	text-align: center;
}
.game {
	display: inline-block;
	border: 0;
	opacity: .3;
	width: 250px;
	height: 400px;
	margin: 10px;
}
.game img {
	position: relative;
	display: inline-block;
	z-index: 50;
	width: 95%;
	height: 90%;
	left: 10%;
	border-radius: 25px;
	border: 5px solid #000;
}
.game img:hover {
	position: abolsute;
	z-index: 55;
	width: 110%;
	height: 110%;	
	left: 5%;	
	opacity: 1;
	box-shadow: 0 0 20px #000;
}
.game:hover {
	opacity: 1;
}

#discord {
	position: absolute;
	display: block;
	top: 520px;
	width: 100%;
	text-align: center;
	opacity: 0.6;
}
#discord:hover {
	opacity: 1;
}
#support {
	position: absolute;
	top: 580px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
}
#support a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.4;
}
#support a:hover {
	opacity: 1;
}
#HOF {
	position: absolute;
	top: 640px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	font-family: "BBH Bogle", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	text-align: center;
}
#HOF a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
}
/*
#halloffame {
	position: absolute;
	width: 990px;
	top: 5%;
	left: 50%;
	height: 90%;
	margin-left: -500px;
	background: #111;
	border: 5px solid #000;
	border-radius: 20px;
}
#login {
	position: absolute;
	bottom: 2px;
	right: 5px;
}
#login a {
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 0;
	right: 0;
}
#logo img {
	position: relative;
	top: 20px;
	width: 200px;
*/