
main{
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#mainpage h1{
    font-size: 120px;
    padding:190px;
    text-align: center;
    padding: auto;
    margin: auto;
    font-family: "Story Script";
    color: white
    
}

h1 img{
margin-left: 400px;

}

h2{
    font-size: 30px;
    margin: 20px;
    text-align: center;
    color:white
}

body{
    
   background-image:url("img/icecream.png"); 
    background-size:cover;
  background-repeat: no-repeat;
    
}








#navegador{
    position: sticky;
    top:0;
    background-color: rgb(114, 216, 234);
   text-decoration: none;
    border:none;
    font-size: 30px;
    text-align: center;
    font-family: "Story Script";
    color: white;
  z-index: 20;
  
}

.menu{
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin:20px;
    font-size: 30px;
}
.menu li{
    padding:10px
}
.menu li a{
    text-decoration: none;
    padding:10px;
    color:white
}
.menu li a:hover{
    opacity: 0.2;
}




.social{
    display: flex;
    list-style-type: none;
    justify-content: center;
}
.social li a:hover{
    opacity: 0.2;
}
.social li a{
    padding: 10px;
}