/* Default */ 

body {
  background-color: #081405;
  color: white;
  font-family: Arial, sans-serif;
}

/* Body Text*/ 
p {
  
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  
}

/* Nav Only */ 

h1 {
  color: white;
  font-family: "start2p";
  font-size: 18px;
  
}

/* Nav Link Only */ 

h2 {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Largest Text */

h3 {
  color: white;
  font-family: "start2p";
  font-size: 24px;
  text-align: center;
  
}

/* Large Links */

h4 {
  color: white;
  font-family: "start2p";
  font-size: 20px;
  text-align: center;
  
}
