
Il messaggio è stato inviato
* PRIVACY
Eventi Lioni body { font-family: sans-serif; display: flex; flex-direction: column; align-items: center; padding: 20px; background: #f9f9f9; } header .logo { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; margin-bottom: 20px; background: #fff; display: flex; align-items: center; justify-content: center; } header .logo img { max-width: 100%; max-height: 100%; } h1 { margin: 0 0 30px; font-size: 2rem; color: #1f5b2f; } .menu { width: 100%; max-width: 320px; display: grid; gap: 15px; margin-bottom: 40px; } .menu a { text-decoration: none; background: #fff; padding: 12px 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 2px 6px rgba(0,0,0,0.1); color: #000; font-size: 1rem; } .menu a i { font-size: 24px; width: 24px; margin-right: 12px; color: #1f5b2f; } .social { display: flex; gap: 20px; } .social a { display: inline-flex; width: 44px; height: 44px; background: #1f5b2f; border-radius: 50%; align-items: center; justify-content: center; color: #fff; font-size: 20px; }