@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Silkscreen&display=swap');
		body {
			font-family: "IBM Plex Mono", monospace;
			background: #E9E3C6;
			background-image: url('bg.png');
		}

		.wrapper {
			border: 3px solid #8ACE00;
			width: 615px;
			position: relative;
			height: 490px;
			box-shadow: 3px 3px 0 #456140;
			background-image: url('consolebg.png');
			border-radius: 5px;
			margin: auto;
		}
.side{
 	left: 10%;
	padding-top: 24px;
	width: 200px;
	min-height:450px;
	position: absolute;
	border: 3px #8ACE00 solid;
	text-align: center;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	color: #FFFFFF;
	padding:5px;
	border-radius:5px;
	box-shadow: 3px 3px 0 #456140;
	background-image: url('consolebg.png');

  }

.side2 {
	right: 10%;
	padding-top: 24px;
	width: 200px;
	min-height:450px;
	position: absolute;
	border: 3px #8ACE00 solid;
	text-align: center;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	color: #FFFFFF;
	padding:5px;
	border-radius:5px;
	box-shadow: 3px 3px 0 #456140;
	background-image: url('consolebg.png');
}

  .wrapper2 {
	  margin: auto;
	  margin-top: 24px;
	  
  }

  .header-image {
	margin: auto;
	display: block;
}
		.content {
			background: #6E5382;
			border-radius: 5px;
		}

		.menu a {
			background-image: url('bg.gif');
			font-family: "Silkscreen", sans-serif;
			border: 3px solid #8ACE00;
			border-bottom-color: #8ACE00;
			color: #8ACE00;
			text-decoration: none;
			display: inline-block;
			height: 41px;
			font-size: 15px;
			width: 128px;
			margin-left: -3px;
			border-radius: 3px;
			line-height: 30px;
			position: relative;
		}

		.menu a:hover {
			position: relative;
			top: 4px;
		}

		.menu a:hover::before {
			background-color: #8ACE00;
			display: block;
			content: " " ;
			height: 0px;
			width: calc(100% + 6px);
			position: absolute;
			bottom: -7px;
		}

		.menu a::after {
			background-color: #639300;
			display: block;
			content: " " ;
			height: 2px;
			width: 75px;
			margin: auto;
		}

		.screen {
			width: 512px;
			height: 380px;
			background: #404D43;
			border: 3px solid #8ACE00;
			margin: auto;
			margin-top: 20px;
			position: relative;
			border-radius: 5px;
		}

		iframe {
			border: 0;
			width: 100%;
			height: 100%;
		}

		.menu {
			margin: auto;
			text-align: center;
			margin-top: 18px;
		}

		.marquee {
		  overflow: hidden;
		  display: flex;
		  line-height: 20px;
		  position: absolute;
		  width: 100%;
		  bottom: -3px;
		  z-index: 1;
		}

		.marquee span{
			white-space: nowrap;
		}

		.frontmarq {
		  position: absolute;
		  left: 20px;
		  bottom: 0;
		  z-index: 2;
		}

.sidebg {
	background-image: url('bg.gif');
	border: 3px solid #8ACE00;
	border-bottom-color: #8ACE00;
	border-radius: 5px;
	width: 185px;

}

