*{
   padding: 0;
   margin: 0;
   font-family: "Lato", sans-serif;
   font-size: 18px;
   line-height: 20px;
   box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
    scroll-padding: 3rem;
    background: #e1e1e0;
}
.menu h1{
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    margin: 22px;
    padding-top: 25px;
}
.menu-det{
    display: flex;
    justify-content: space-between;
    margin: 25px;
    font-weight: 100;
}
.menu-det2{
    margin: 25px;
    color: rgb(84, 84, 84);
}
.price{
    color: rgb(120, 4, 4);
}
.social i{
    display: inline-block;
    font-size: 32px;
    margin: 20px;
    transition: all .50s ease;
}
.social i:hover{
    transform: scale(0.9);
}

#instagram{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%,#dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%,#dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%,#dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    width: 30px;
    height: 32px;
    border-radius: 25%;
}
#whatsapp{
    color: rgb(4, 167, 4);
}
#twitter{
    color: rgb(0, 0, 0);
}
#gmail{
    color: rgb(161, 3, 3);
}
#phone{
    color:#03174e;
    font-size: 26px;
}
.scroll{
    position: fixed;
    bottom: 2.2rem;
    border-top: 2rem;
    right: 3.2rem;
}
.scroll i{
    font-size: 22px;
    color: e1e1e0;
    background: transparent;
    padding: 10px;
     border-radius: 2rem;
}
.address, .social{
    text-align: center;
    align-items: center;
}
.address ul{
    margin: 20px;
    list-style: none;
}
.address li{
    line-height: 2;
}
.address p{
    text-align: center;
    margin-top: 10px;
}
.address a{
    text-decoration: none;
    color: rgb(14, 0, 0);
}
#location{
    color: rgb(171, 4, 4);
    font-size: 22px;
}
#phonee{
    color: rgb(3, 54, 131);
}