

body { 
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3); 
    background-repeat: no-repeat; 
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
  }
  
  
  header {
    background-image: url('Travel1.jpeg');
    background-color: #002171;
    height: 90px;
    background-position: right;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Georgia,serif;
  }
  
  
  h1 {
    text-align: right;
    padding-top: 0.5em;
  }
  
  nav {
    background-color: #f8f9fa;
    font-size: 30px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 450px;}

nav ul li:last-child {
    margin-right: 0;
}

  
  h2 {
    color: #1976D2; 
    font-family: Georgia, serif;
    font-size: 25px;
  }
  

  
  
  main {
    padding-right: 2em;
    padding-left: 2em;
    display: block;
  }
  
 
  
  nav a {
    text-decoration: none;
  }
  
  .portugal-header {
    color: #00008b; 
    font-size: 25px;
    font-family: Georgia, sans-serif; 
}


.france-header {
    color: #00008b; 
    font-size: 25px;
    font-family: Georgia, sans-serif; 
}

.greece-header {
    color: #00008b; 
    font-size: 25px;
    font-family: Georgia, sans-serif; 
}
  footer {
    font-size: 0.70em;
    font-weight: bold; 
    font-style: italic; 
    text-align: Center;
    padding: 1em;
  }
  
  
  #wrapper {
    background-color: #FFFFFF; 
    width: 80%; 
    min-width: 960px; 
    max-width: 2048px; 
    box-shadow:10px 5px 5px;
    margin-right: auto;
    margin-left: auto;}

 
    .about-content {
        overflow: hidden; 
    }
    