* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

nav {
    text-align: center;
    margin-top: 50px;
    font-family: 'Playfair Display SC', serif;
    
}

nav a {
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    padding: 0px 50px 10px 0px;
    position: relative;
}

nav a::after {
    content: " ";
    width: 0%;
    height: 4px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

nav a:hover::after {
    width: 100%; 
}

.container {
     background-color:#4674b3;
  padding: 20px;
  width: 90%;
  margin: auto;
  border-radius: 20px;
  margin-top: 40px;
  border: 2px, solid, black;
}

 p,li,ul {
    max-width: 2090px;
    text-align: center justify;
     font-family: 'Cormorant Infant', serif;
     padding: 25px;
     color: black;
     font-size: 20px;
}

h1 {
    margin-top: 30px;
    font-family: 'Playfair Display SC', serif;
    color: #4674b3;
    text-align: center;
    font-size: 40px;

}

h2 {
     margin-top: 30px;
    font-family: 'Playfair Display SC', serif;
    color: #4674b3;
    text-align: center left;
    font-size: 40px;
    padding: 40px ;
}

.foto1{
     width: 600px;
    display:  block;
  margin: auto;
  border: 3px, solid, black;
  border-radius: 5px;
}

figcaption {
    text-align: center;
    margin-top: 10px;
}