#contenedor{    
    position:absolute;
    font-family: "Story Script", sans-serif;
}
#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{
      margin:20px;
    color: white;
    display: flex;
    list-style-type: none;
    justify-content: center;
 
}
.menu li{
    padding:10px  
}
.menu li a{
    text-decoration: none;
    padding:10px;
    color:white
}

#navegador h1 a{
color:rgb(252, 214, 220)
}


h1{
    font-size: 55px;
    padding:20px;
    color: white;
    text-align: center;
}

h2{
    font-size: 30px;
    margin: 20px;
    text-align: left;
}


   



#helados img{
    width: 100%;
}

#toadette{
    width:60px;
    border-radius: 50%;    
}

#header{
    width: 50%;
    margin:auto;
    height: 1800px;
   
}
#header nav ul a{
    color:white
}

#contenido{
    padding:20px;
    font-family:"Mulish", sans-serif;
    float: none;
}


h1 a{
    text-decoration: none;
    
}
h1 a:hover{
    opacity: 50%;
}

#contenido p{
    text-align: justify;
    padding:20px;
}


.social{
    display: flex;
    list-style-type: none;
    justify-content: center;
}
.social li a{
    padding: 10px;
}
.social li a:hover{
    opacity: 0.2;
}
