a{text-decoration:none;color:#222}
html,body{height:100%;width:100%;background:#fff}
.Container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}
.Header{width:100%;text-align:center}
.Header>h2{color:#222}
.Menu{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.Card{width:254px;border:1px solid #f9f6f2}
.Card a{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.Card-Image{width:100%;display:flex;justify-content:center}
.Card-Image>img{border-radius:8px;width:160px;height:160px;object-fit:contain}
.Card-Text{width:100%;height:80px;text-wrap:wrap;display:flex;align-items:center;justify-content:center;text-align:center;border:3px solid #f9f6f2;border-radius:.5rem;padding:16px 24px 24px 24px}
.Card-Text>p{font-weight:700;font-size:18px;line-height:20px}