	
	h1,h2,p
	{
	        font-family: 'Press Start 2P', monospace;

	}


	.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;
}

h1,h2,h3{
    color:#00ffff;
}

.card{
    background:#151525;
    border:1px solid #00f7ff55;
    		color: #eeeeee;
    
}

.section-title{
    border-left:5px solid #00f7ff;
    padding-left:12px;
    margin-bottom:25px;
}