@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); body { font-family: Arial, sans-serif; margin: 0; background: #fff; color: #000; } /* --- HERO --- */ .hero { display: flex; align-items: flex-start; justify-content: flex-start; gap: 40px; margin: 40px 5%; } .alex-photo { width: 45%; max-width: 550px; height: auto; } .banner h1, .banner h2 { font-family: 'Lobster', cursive; line-height: 1; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); } .banner h1 { color: #FFD700; font-size: 80px; transform: skew(-5deg); } .banner h2 { color: #FF0000; font-size: 130px; transform: skew(-5deg); } .banner .bio { font-size: 18px; line-height: 1.6; max-width: 520px; margin-top: 20px; } /* --- LESSONS --- */ .lessons { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin: 60px auto; width: 90%; } .lesson-card { background: #fff8dc; border: 2px solid #FFD700; border-radius: 10px; padding: 20px; width: 340px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .lesson-card h3 { font-size: 22px; margin-bottom: 15px; } .lesson-card table { width: 100%; border-collapse: collapse; margin-bottom: 15px; } .lesson-card th { background: #FFD700; padding: 10px; font-weight: bold; } .lesson-card td { padding: 10px; border-bottom: 1px solid #ddd; } .book-btn { display: inline-block; background: #FF0000; color: #fff; padding: 10px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; } .book-btn:hover { background: #cc0000; } /* --- CONTACT --- */ .contact { text-align: center; padding: 20px; margin-top: 40px; } .contact a { display: inline-flex; align-items: center; justify-content: center; background: #fff8dc; border: 1px solid #FFD700; border-radius: 8px; padding: 10px 20px; margin: 5px; color: #000; text-decoration: none; font-weight: bold; } .contact a:hover { background: #FFD700; color: #000; } /* --- MOBILE --- */ @media (max-width: 768px) { .hero { flex-direction: column; align-items: center; text-align: center; } .alex-photo { width: 80%; max-width: 400px; } .banner h1 { font-size: 60px; } .banner h2 { font-size: 100px; } .lessons { flex-direction: column; align-items: center; } }
Coach Alex pointing

Private Lessons

SessionPrice
1-on-1 Training$XX
10 Session Package$XXX
Book Now

Group Lessons

Group LessonsPrice
Small Group (2–4 people)$XX
Large Group (5+ people)$XX
Book Now