title {
	display: none;
}


@font-face {
	font-family: vga-font;
	src: url(fonts/MorePerfectDOSVGA.ttf); /* source: https://laemeur.sdf.org/fonts/ */
}


a:link {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


a:visited {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


a:hover {
	color: rgb(150, 150, 255);
	text-decoration: underline;
	cursor: pointer;	
}


a:active {
	color: rgb(150, 150, 255);
	text-decoration: none;
	cursor: pointer;	
}


body {
	background: url(images/background.png); 
	font-size: 100%;
}


details > summary {
	list-style: none;
}


details > summary::-webkit-details-marker {
	display: none;
}


summary {
	font-family: vga-font;	
	color: rgb(255, 255, 255);
}


summary:hover {
	text-decoration: underline;
	cursor: pointer;
}


#button-area {	
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;	
	height: auto;	
	width: 720px;
	text-align: center;
}


#dynamic-container {
	background-color: rgb(0, 0, 0);
	margin-left: 8px;	
	height: auto;
	width: 704px;
}


#dynamic-container-background {
	background: url(images/dynamic-container-background.png);
	background-size: cover;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;	
	width: 720px;
	display: block;
	overflow: auto;
	position: relative;
}


#kitty {
	position: absolute;
	bottom: 4px;
	left: 340px;
}


#navigation-bar {
	margin-top: 0.25em;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;	
	height: auto;	
	width: 720px;
	text-align: center;
	font-family: vga-font;	
	color: rgb(255, 255, 255);
}


#site-button {
	margin: auto;
	padding-top: 1em;
	text-align: center;
}


.container-text {
	padding-top: 0.25em;
	padding-left: 2em;
	padding-right: 2em;	
	text-align: left;
	font-family: vga-font;	
	line-height: 1em;
}


.make-text-gray {
	color: rgb(200, 200, 200);
}


.make-text-white {
	color: rgb(255, 255, 255);
}


.navigation-text {
	line-height: 1.25em;
}