.homepage-container{display:flex;flex-direction:column;align-items:center;padding:1rem}.top-header{display:flex;flex-direction:column;align-items:center}.category-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:1rem}.category-buttons button,.category-buttons a button,.category-buttons .MuiButton-root{padding:10px 20px;font-size:16px;background-color:#f0c040;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.category-buttons button:hover,.category-buttons .MuiButton-root:hover{background-color:#d6a800;transform:scale(1.05)}.carousel{display:flex;gap:10px;overflow-x:auto;width:100%;max-width:800px;padding:10px;justify-content:center}.carousel-image{width:200px;height:200px;object-fit:cover;border-radius:10px;transition:transform .3s ease}.carousel-image:hover{transform:scale(1.05)}
