@font-face {
	font-family: 'Anonymous Pro';
	src: url("/assets/fonts//AnonymousPro/AnonymousPro-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Anonymous Pro';
	src: url("/assets/fonts/AnonymousPro/AnonymousPro-Bold.ttf");
	font-weight: bold;
}

html {
	font-smooth: never;
	-webkit-font-smoothing: none;
	font-family: 'Anonymous Pro';
}

.center-container {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	width: 640px;
	border-style: solid;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	gap:10px;
	background-color: white;
}

.left-container {
	margin-left: 0px;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 200px;
	gap: 10px;
	height:600px;

}

.navbar {
	display: flex;
	flex-direction: column;

	list-style-type: none; 
	padding-left: 0px; 
	margin-top: -1px;
	border-style: dashed; 
	border-width: 1px; 
	
	align-items:center;
	justify-content: center;
	gap: 3px;
	width: 150px;
	height:200px;
}

.right-container {
	padding: 6px 6px 6px 6px;
	border-style: dashed;
	border-width: 1px;
	width:500px;
	height:600px;
}

.left-adspace {
	height:240px;
	width: 150px;
	border-style: solid; 
	border-width: 1px;
	margin-bottom: 10px; 
}

.feelings-text {
	overflow: hidden; 
	white-space: nowrap;
	text-align: left; 
	width: 90px; 
	height: 12px; 
	font-family: 'Courier New', Courier, monospace;
}

.center-adspace {
	margin-top: 20px;
	margin-bottom:20px;
	width: 728px;
	height: 90px;

	border-style: solid;
	border-width: 1px;
}

.gamezoan-text {
	text-align: end;
	margin-top: 12px;
	margin-bottom: 0px;
}

.gamezoan-publish {
	margin-bottom: 20px;
}

.gamezoan-subtitle {
	margin-top: 0px;
}

body {
	
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}