body{
    background-color: rgb(255, 255, 255);
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


button {
    color:rgb(255, 255, 255);
    opacity: 0.7s;
    background-color: black;
    border-radius: 5px;
    
}


footer{
    margin: 10px 20px;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    display: inline-block;
    margin: 0 20px 0;
}



section.Fotos {
    background-image: url("Images/images.jpeg");
    background-size: 800PX;
    background-repeat: no-repeat;
    display: inline-block;
    height: 500px;
    position: relative;
    top: 320px;
    text-indent: -9999999px;
    width: 800px;
    border-radius: 10%;
}

.Featured {
    color: black;
    background-color: rgb(255, 255, 255);
    display: flex;
    
    flex-direction: column;
    position: relative;
    top: 310px;

}

.Featured figure {
    
    margin: auto;
    width: 800px;
}

.Featured figure img {
    width: 800px;
    border-radius: 10%;
    margin: auto;
    display: block;
    
}