@keyframes fadeInOut{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes autoplayLine{from{width:0%}to{width:100%}}menu-tiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}@media screen and (max-width: 978px){menu-tiles{grid-template-columns:1fr 1fr}}@media screen and (max-width: 580px){menu-tiles{grid-template-columns:1fr;gap:1.25rem}}
