@font-face{
	font-family: amstradpc;
	src: url("data/amstradpc.woff");
}


a, a:visited {
    color: rgba(0, 255, 128, 0.541);
    text-decoration: none;
	cursor: cell; 
}


a:hover {
	color: rgba(0, 255, 128, 0.8);
	text-decoration: underline;
	text-decoration-style: dashed;
	cursor: cell; 
}

button {cursor: cell;}
body{
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-image:linear-gradient(rgba(76, 112, 91, 0.5), rgba(76, 112, 91, 0.5)), url("data/bg.png");
	font-family: amstradpc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

* {
	box-sizing: border-box;
}

.nav{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(8px, 1.5vw, 16px);
	padding: clamp(8px, 2vw, 16px);
	margin-top: 12px;
	background-color: rgba(0,0,0,0.25);
	width: fit-content;
}

.nav-header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nav-control{
	-webkit-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	font: inherit;
}

.nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

.nav-list li {
	padding: 5px 0;
}


.main {
	max-width: 1920px;
	margin: 0 auto;
	padding: 12px 24px;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
}

.test{text-align: center; font-family: amstradpc;gap: clamp(8px, 1.5vw, 16px); padding: clamp(8px, 2vw, 16px); padding: 8px 0px 4px 0px; background-color:#4c996c80}



.construction-gif {
	max-width: 100%;
	height: auto;
	margin: 12px 0;
	image-rendering: pixelated;
}

.game-list {
	list-style-type: none;
	padding: 0;
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.game-entry {
	background-color: rgba(0,0,0,0.25);
	padding: 12px;
	border-radius: 8px;
}

footer{	
	background-color: rgba(0,0,0,0.25);
	text-align: center;
}

.desc{
	font-size: clamp(10px, 1.5vw, 12px);
}

.guestbook{
	display: block;
	width: min(100%, 1920px);
	height: min(1000px, 80vh);
	margin: 16px;
	border: none;
}