 

* {  
  margin: 0;  
  padding: 0;  
  box-sizing: border-box;  
}

html {
  background-color: white;
}

body {  
  background-color: white; 
}

h1 {  
  font-size: 40px;
  font-weight: 400;  
  color: #1779ba;  
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif 
}


.container-header {  
  padding: 20px;  
  background-color: white;  
}
  
.logo {
  width: 150px;
  height: 10px;
  margin: 0 auto;
  margin-bottom: 75px;
  display: block;
}
  
.navigation {
  color:  #1779ba;
  list-style: none;  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;  
  margin-bottom: 50px;
  padding: 20px;  
}  

   
.navigation li a {
  text-decoration: none;  
  color: #1779ba;  
  font-size: 25px;
  }
  
  .navigation li a:hover {
    color: hsla(204, 78%, 41%, 0.507); 
  } 
   
  .navigation li a:active {
    color: hsla(204, 78%, 41%, 0.750); 
  } 

.container-box { 
  max-width: 900px;
  min-height: 450px; 
  margin-inline: auto;  
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  gap: 2rem;  
} 
   


.box-1 {
  width: 450px;
  height: 450px;
  background-color: white;
  font-size: 4rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;    
}
.box-2 {
  width: 450px;
  height: 450px;
  background-color: white;
  font-size: 4rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-footer {  
  font-size: 20px;
  color: rgba(0, 0, 0, 0.555);  
  text-align: center;  
  align-items: center;
  margin-top: 20px;  
  padding: 20px;  
  background-color: white;  
}

.fig-caption {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.555)
;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

.reservations {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.555);
 font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 2rem;
  color: black;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

.resevations-description {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.555);
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
}

.description {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.555);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px;
}

.reservations-title {
  font-size: 1.5rem;
  color:rgba(0, 0, 0, 0.555);
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 20px;
  margin-bottom: 0px;
}


   
  



  



