
body{
	background-color: black; 
}

h1 {
	font-family: 'Source Code Pro', monospace;
	font-size: 160px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 26px;
	color: #00FF00;
	text-align: center;
  }
  
 h2, h5 {
	font-family: 'Source Code Pro', monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 26px;
	color: #00FF00;
	text-align: center;
  }

a {
  color: #00FF00;
  text-decoration: none;
}

.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
}


.answesr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
