@font-face{
	font-family: amstradpc;
	src: url("data/amstradpc.woff");
}


.h0{white-space:pre;}
a {cursor: cell; margin:0px}
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;
}

.nav{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 12px;
	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;
	border: none;
	padding: 0;
	color: inherit;
	font: inherit;
	cursor: pointer;
	outline: none;
}

.nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.main {
	width: 98%;
	padding: 12px 12px 12px 24px;
	min-height: calc(100% - 32px);
	flex: 1;
}

.test{text-align: center; font-family: amstradpc;font-size: 16px; padding: 8px 0px 4px 0px; background-color:#4c996c80}


footer {
	padding: 8px 12px;
}