body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background-image: url('Menu/img/background.jpg'); /* يمكنك تغيير الرابط لأي صورة تريدها */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(8px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

h4 {
    font-size: 10pt;
    line-height: 20pt;
    margin-left: 10px;
    margin-right: 10px;
    font-style: italic;
}

.img0 {
    position: center;

}
.img1 {
    position: center;
}

.i
.footer {
    font-size: 8pt;
    line-height: 0pt;
}

p {
    font-size: 9pt;
}

.copyright {
    font-size: 10pt
}


 .hungry {
    font-size: 1.1em;
    color: white;
    margin-top: 10px;
}