*{
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
}
body{
    background-color: #f4511e !important;
}
/* navbar */
.backgr {
    background-color: white !important;
}

.footex{
    color: #f4511e !important;
    font-weight: bold;
    font-size: 25px !important;
}
.butt {
    color: black !important;
}

.butt:hover {
    background-color: orange !important;
    border-radius: 25px;
    color: white !important;
}
.mig img {
    width: 25%;
    height: 5vh;
    border-radius: 5px;
}
.menupok {
    width: 100%;
    height: 30vh;
    /* background-color: black !important; */
}
.box img {
    width: 25;
    height: 5vh;
    /* text-align: center; */
}
.priho:hover {
    color: #f4511e !important;
}
/* navbar End */
.for_cen{
    text-align: center;
    color: white;
    padding: 6px;
    border-bottom: 2px solid white;
}
.for_ce{
    color: white;
}