html,body{
    height: 100%;
    margin: 0;

    
}
body{
    font-size: 16px;
    font-family: sans-serif;
    background-image: linear-gradient(75deg,white,  lightgray 5%,white 15%, lightgray 55% , lightgray 90%,white);
background-size: 100%;
background-attachment: fixed;
text-align: center;

}
h1,h2{
    font-weight: normal;
    margin:0;
}
h2{
    margin-top:25px;
 
  

}
h1{
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
 
}



.contenidor{
    display:inline-table;
    margin:2px ;
  
    background-color: white;
    padding:2px;
    padding-bottom: 0;
    vertical-align: top;
    box-shadow: 5px 5px 7px gray;
    color:black;
    text-decoration: none;
    transition: .5s;
  
   
}
.foto{
    max-width: 100%;
}
.comentari_foto{
   
    text-align: left;
}
.nomFoto{
    font-style: italic;
    text-align: left;
    line-height: 25px;
}
hr{
    margin-top:45px;
}
button{
    width: 40px;
    height: 40px;
    
    position:fixed;
    top:2px;
    left:2px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='slateblue'><title lang='en'>left arrow</title><path d='M25.172 54.828l-20-20c-1.562-1.562-1.562-4.095 0-5.657l20-20c1.562-1.562 4.095-1.562 5.657 0s1.562 4.095 0 5.657l-13.172 13.172h38.343c2.209 0 4 1.791 4 4s-1.791 4-4 4h-38.343l13.172 13.172c0.781 0.781 1.172 1.805 1.172 2.828s-0.39 2.047-1.172 2.828c-1.562 1.562-4.095 1.562-5.657 0z'/></svg>"); 
    background-size: cover;
    border:none;
    background-color: rgba(255,255,255,.5);
}