@font-face{
	font-family: Share Tech Mono;
	src: url(ShareTechMono-Regular.ttf);
	font-weight: bold;
}

@font-face{
	font-family: VCR MONO;
	src: url(vcr_mono.ttf);
	font-weight: bold;
}

body { 
	margin: 0px;
	padding: 0px;
	font-family: 'VCR MONO','Share Tech Mono', Monospace, Courier;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.1px;
	background-color:  #f8f7ed;
	/*color: #0000c3;*/
	color: #2a2a2a;
}
a:visited, a:active, a:link {
	text-decoration: none;
	/*color: #cecece;*/
	color: #2a2a2a;
}
a:hover {
	text-decoration: underline;
	color: #dfdfdf;
}
#container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
#info {
	width: 400px;
	margin-top:120px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: black;*/
	background-color:  #f8f7ed;
	padding: 60px;
}
.bigText { 
	font-size: 24px;
	line-height: 24px;			
}

.iframe-container{ 
	position: relative; 
	width: 100%; 
	padding-bottom: 
	56.25%; 
	height: 0; 
} 

.iframe-container iframe{ 
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}