p{
    font-weight: 900;
    font-size: medium;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.title{
    display: flex;
    justify-content: center;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    margin-top: 50px;
}
.menu{
    margin-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
    width: 200px;

}
@media screen and (max-width:375px){
    .menu{
        margin-left: 80px;
    }
    
}
.menu1{
    border: 2px solid white;
    text-align: center;
    box-shadow: 0 0 10px white;
}
.itemname{
    margin-top: -1px;
}
.rate{
    margin-top: -10px;
    color: rgb(0, 255, 0);
}
.order1{
    width: 150px;
    padding: 10px;
    font-weight: 900;
    font-size: medium;
    background-color: black;
    color: white;
    border-radius: 50px;
    border: 1px solid white;
    margin-bottom: 10px;
}
.order1:hover{
    box-shadow: inset 0 0 10px white;
}
.order1:active{
    color: rgb(0, 255, 0);
    box-shadow: inset 0 0 10px rgb(0, 255, 0);
}
.pic{
    width: 200px;
    height: 300px;
}
@media screen and (max-width:1150px){
    .menu{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    
}
@media screen and (max-width:930px){
    .menu{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
}
@media screen and (max-width:710px){
    .menu{
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}
@media screen and (max-width:535px){
    .menu{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media screen and (max-width:377px){
    .menu{
        grid-template-columns: 1fr;
    }
    
}

footer {
    background-color: white;
    margin-top: 20px;
    text-align: center;
    padding: 20px 0;
}.f{
    color: black;
}