@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
	background-image: url("../images/static.gif");
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	display: block;
	position: relative;
	margin-top: 1%;
	margin-left: 3%;
	margin-bottom: 10%;
	height: 10.25rem; }

	#image img:not(.wrapper) { 
			position: top;
			float: left;
			
		}
}
 
.specialimg {
		position: center;
		float: center;
		vertical-align: middle;
		text-align: center;
}



.footer { 
	position: bottom;
}

.container {
	position: relative;
	opacity: 1.0; 
	margin-left: auto;
	margin-right: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

div {
	font-family: 'VT323', monospace;
}

h1 {
	color: #008000;
	font-family: 'VT323', monospace;
}

h2 {
	color: #008000;
	font-family: 'VT323', monospace;
}

h3 {
	color: #008000;
    	font-family: 'VT323', monospace;
	font-size: 24px;
}

h4 {
	color: #008000;
	font-family: 'VT323', monospace;
}

p {

	color: #008000;
	font-family: 'VT323', monospace;
	font-size: 23px
}

a {
	color: yellow;
	font-family: 'VT323', monospace;
	font-size: 25px
}

ul {
    color: #008000;
    font-size: 24px;
}

table, th, td {
	border-collapse: separate;
	border-color: #008000;
	display: block;
	border-collapse: collapse;
}

tr {
	display: block;
	float: center;
	width: 800px;
}

td {
	color: #008000;
	font-size: 23px;
}