body { background-color: #f5f5f5; font-family: "Helvetica", "Arial", sans-serif; } h2 { text-align: center; margin-bottom: 40px; } .menu-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; } .menu-button { display: inline-block; padding: 15px 30px; background-color: #007bff; color: white; text-decoration: none; border-radius: 10px; font-size: 18px; transition: background-color 0.3s ease; } .menu-button:hover { background-color: #0056b3; }