

@font-face {
  font-family: 'Andy';
   src: url('fonts/ANDYB.TTF') format('truetype');

}



.narrative {
	font-family: "Andy";
	background-color: black;
	color: white;

}





body{
	background-color:  black;
	color:  white;


}



.main-navigation {
	background-color: darkslateblue;
	overflow: hidden;
	
}


.main-navigation a {
	color:  white;
	padding:  12px 30px;
	text-decoration:  none;
	transition:  background 250ms ease-in-out;

}

.main-navigation a:hover, .main-navigation a:focus {
	background:  darkslateblue;


}






p { font-size: 1.3em;

}
