#contenedor{    
    position:absolute;
    font-family: "Story Script", sans-serif;
     text-decoration: none;
}
#navegador{
      background-color: rgb(127, 225, 233);
    border:none;
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
     position: sticky;
    top:0;
}
.menu{
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin:20px;
     text-decoration: none;
    color: white;
}
.menu li{
    padding:10px  
}
.menu li a{
    text-decoration: none;
    padding:10px;
    color:white
}

#navegador h1 a{
color:rgb(252, 214, 220);
 text-decoration: none;
}


h1{
    font-size: 55px;
    padding:20px;
    color: white;
    text-align: center;
     text-decoration: none;
}

h2{
    font-size: 30px;
    margin: 20px;
    text-align: left;
}


   



#galeria{
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  margin: auto; 
  padding: auto;
}

.photo{
    align-items: center;
    width: 30%;  
    margin:20px;
}


.photo img{
    width:100%;
}

.photo img:hover{
    
    width:105%;
}







.social{
    display: flex;
    list-style-type: none;
    justify-content: center;
}
.social li a:hover{
    opacity: 0.2;
}
.social li a{
    padding: 10px;
}