body {
    background-color: #28FAF0;
    font-family: Georgia, serif;
    color: #222222;
    
}

h1 { 
  font-size: 36px;
  color: #003366;
  text-align: center;
  
}

p {
  font-size: 16px;
  line-height: 1.6;
  
}

nav a:hover {
  color: #E8560A; 
  
  
}
  
  
.content { 
  display: flex;
  padding: 48px 32px; 
  flex-direction: column;
  align-items: center;
  
}


  
  
