head {
  color: #176E6C;  
  font-family: 'Arial';
  text-align: center;
  }
  
body {
  color: #000000;  
  font-family: 'Arial';
  background-image: url(/earlycraft/background.png); 
  background-repeat: no-repeat;
  background-size: cover;
  
  text-align: left;
  
  }
  
  
  a {
  color: #003021;
}
