#cuisine{display:flex;flex-wrap:wrap;width:100vw;height:100vh;position:relative;overflow:hidden}#cuisine img{width:50%;height:50%;object-fit:cover;animation:fadeIn 3s ease-in-out}#cuisine .center-text{border-radius:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fffc;padding:2rem;text-align:center;z-index:1;font-family:Satisfy,cursive}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){#cuisine{height:auto;min-height:60vh;width:100vw;overflow:hidden}#cuisine img{width:100%;height:auto;margin-bottom:10px}#cuisine .center-text{border-radius:15px;padding:1rem;width:90%;max-width:300px}}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100vw;overflow-x:hidden;max-width:100vw}
