body {
background-color: #D9D9D9;
}

h1{
text-align: center;
font-family: 'Crete Round', serif;
font-size: 1.75rem;
color: black; 
}

h2{
font-family: 'Crete Round', serif ;
font-size: 1.3rem;  
}

nav{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 2%;
font-weight: bold;
font-size: 1.4rem;  
margin: 0;
background-color:#006F00;  
}

nav a {
margin: 0px 10px;  
text-decoration: none;
font-size: 1.3em;  
color: white; 
}


a {
font-size: 1.2rem;
color: #2C4B0C;  
}

a:hover{
color: black;
background-color: white;
text-decoration: underline;  
}

p {
font-family: 'Roboto', sans-serif;  
}