@font-face {
  font-family: "LeMonde";
  src: url(LeMondeLivre.ttf) format('truetype');
  }


h1 {
  
  font-family: "LeMonde";
  font-size: 75px;
}

h2 {
  
  font-family: "LeMonde";
  font-size: 40px;
}

.about {
margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
background: rgba(255,255,255,0.7);
}

body {
 
  /*background-image: url(/cows.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-color: grey;*/
  
  font-family: "Courier New", monospace;
  color: black;
  font-size: 20px; 
    
}
  
a {
  text-decoration: none;
  color: green;
}
