body {
  display: flex;               
  flex-direction: column;      
  justify-content: center;     
  align-items: center;         
  min-height: 100vh;        
  margin: 0;                   
  font-family: "Optima", "Segoe UI", "Candara", "Calibri", sans-serif;
  color: #00016D;
  text-align: center;          
}

h1 {
    margin-bottom: 0.5em; 
}

.quote q {
    font-style: italic ;
    margin-bottom: 0.5em;
    display: block; 
}

.quote .author {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.news {
    padding: 10px; 
    margin-top: 0; 
    max-width: 600px;
}

.news p {
    line-height: 1.6;
    margin: 0; 
}

.news h2 {
  margin-bottom: 5px;
}

a:link {
    color: #00016D;

}

footer.contact {
    padding: 20px; 
}

footer.contact h2 {
  margin-bottom: 0.5em;
}

footer.contact p {
    margin-top: 0;          
  margin-bottom: 0;
}