html body #stt{display:none;position:fixed;bottom:10px;right:10px;z-index:99;cursor:pointer;padding:.5em;color:white;border-radius:.5em;background-color:chocolate}html body #stt:hover{color:black}html body .menu{padding-top:2em;background-color:rgba(150,201,100,0.705)}html body .menu .menu-card{padding-bottom:3em}html body .menu .menu-card .m-img-holder{width:90%;height:20em;margin:auto}html body .menu .menu-card .m-img-holder img{width:100%;height:100%}@media screen and (min-width: 768px){html body .menu .menu-card{display:flex;flex-direction:row;justify-content:space-around}html body .menu .menu-card .m-img-holder{width:45%;height:30em}html body .menu .menu-card .food-info{align-self:center;width:50%;display:flex;flex-direction:column;align-content:center;text-align:left}html body .menu .menu-card .btn{width:fit-content;align-self:flex-start}html body .menu .menu-card:nth-child(even){flex-direction:row-reverse}html body .menu .menu-card:nth-child(even) .food-info{text-align:right}html body .menu .menu-card:nth-child(even) .btn{align-self:flex-end}}
