

		h1,h2,h3,p,ul
		{
		    font-family: 'PRess Start 2P', monospace;
		
		}
		
		
h1,h2,h3{
    color:#00ffff;
}




		

	.nav-item {
        font-family: 'Press Start 2P', monospace;
        text-transform: uppercase;
		letter-spacing: 0.35em;
      }
	  
body
{
	background-color: black;
	background-image: url('../gfx/dotts.jpg');
	background-Repeat: Repeat-x;
		color: #eeeeee;
	
}
	
	  
	  
	  .divider {
  width: 1px;
  background: rgba(255,255,255,.3);
  margin: 0 1rem;
}

.darkgray
{
	background-color: black;
	color: white;

}		


.hero{
    background:linear-gradient(90deg,#090016,#1a0033);
    border-bottom:3px solid #00f7ff;
}
		.section-title{
    border-left:5px solid #00f7ff;
    padding-left:12px;
    margin-bottom:25px;
}


.card{
    background:#151525;
    border:1px solid #00f7ff55;
    		color: #eeeeee;
    
}