body {
	background-color: #212120;
}

/* Font loading */
@font-face {
	font-family: "Madman Font";
	src: url("madman_font.ttf");
}


/* Other */
b {
	font-family: Courier;
	font-size: 16px;
	color: yellow;
}


/* Header */
.HeaderLogo {
	left: 16px;
	position: fixed;
}
#HeaderText {
	font-family: "Madman Font";
	font-size: 42px;
	position: absolute;
	left: 258px;
	top: 10px;
	color: #f2eeda;
}


/* Menu buttons */
button {
	color: #f2eeda;
	text-align: left;
	font-family: "Tahoma";
	font-size: 18px;
	background-color: #36423c;
	width: 190px;
	height: 28px;
	left: 15px;
	position: fixed;
}
button:hover {
	background-color: #62997d;
	margin-left: -7px;
}
button:active {
	background-color: #829fad;
}
.MenuButtons {
	display: grid;
	margin: 100px;
	grid-template-rows: 30px 30px 30px;
}


/* Content */
.Content {
	border: 2px;
	border-style: solid;
	border-color: #62997d;
	background-color: #232322;
	width: calc(100% - 300px);
	height: 700px;
	left: 253px;
	top: 144px;
	position: absolute;
}
.Content p {
	color: #f2eeda;
	font-family: "Tahoma";
	font-size: 16px;
	position: relative;
}
.ContentAbout #Text {
	left: 20px;
	max-width: calc(100% - 70px);
}
.ContentGames #Text {
	left: 15px;
	position: relative;
	max-width: calc(100% - 70px);
}
.ContentJoin #Text {
	left: 20px;
	max-width: calc(100% - 70px);
}
.ContentGames #Image:hover {
	transform: scale(1.05);
}
table {
	color: #f2eeda;
	font-family: "Tahoma";
	font-size: 16px;
	left: 20px;
	top: 10px;
	position: relative;
}
.ContentGames #Image {
	width: 350px;
	height: 120px;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	position: relative;
}
.ContentJoin #List {
	color: #f2eeda;
	font-family: "Tahoma";
	font-size: 16px;
	left: 20px;
	position: relative;
}