@charset "UTF-8";

/* unvisited link */
a:link {
color: #ccc;
text-decoration: none;
}
/* visited link */
a:visited {
color: #095484;
text-decoration: none;
}
/* mouse over link */
a:hover {
color: #8ebf42;
text-decoration: none;
}
/* selected link */
a:active {
color: #800000;
text-decoration: none;
}

html {
  /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);*/
  background: hsla(0, 5%, 5%, 1);
}


body{
	font-family: 'VT323', monospace;
	font-size: x-large;
	color: white;
}

.stars{
  	background-image: url("stars.gif");
  	background-repeat: repeat;
}


.screen{
	margin: auto;
  	width: 100%;
  	background-image: url("auto.jpeg");
  	background-repeat: repeat-y;

  	background-position: center
}

canvas {
	width: 100%;
	height: 200%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}


.top{
}

.promo{
	margin:auto;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
}

.content{
	margin:auto;
	width:100%;
	padding-top:0px;
	padding-bottom:50px;
	text-align: center;
}


.footer{
	margin:auto;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
	font-size: 2em;

}

.bottom{
}

.icons{
	background: transparent;
	margin:auto;
	white-space:nowrap;
	width:80%;
	max-width:1000px;
	text-align: center;
}

.icon{
	width:16.6%;
}