Meet Our Accounting Tails

We're not just accountants, we're tailors of the ledger.

Tails: The Team

Bob the Bookkeeper

Bob has been tracking expenses for 5+ years. He can find a lost sock in the wash.

Read more about Bob

Lily the Ledger Lady

Lily can balance a budget blindfolded. She's a real-life superhero.

Read more about Lily

Tony the Tax Titan

Tony has saved the city from tax season more than once. He's a true hero.

Read more about Tony
/* CSS in /css/neobrutalist.css */ body { font-family: Arial, sans-serif; background-color: #f2f2f2; padding: 0; margin: 0; } .neobrutalist-header { background-color: #333; padding: 20px; border-bottom: 4px solid black; text-align: center; } .neobrutalist-title { font-size: 24px; color: #f2f2f2; } .neobrutalist-tagline { font-size: 16px; color: #999; font-weight: normal; margin: 0; padding: 0; border-bottom: 4px solid black; display: inline-block; } .neobrutalist-content { max-width: 800px; margin: 0 auto; padding: 20px; background-color: #fff; border: 4px solid #333; box-shadow: inset 0 0 10px black; border-radius: 10px; } .neobrutalist-team-member { background-color: #f0f0f0; padding: 10px; border: 1px solid #333; border-radius: 10px; display: flex; flex-wrap: wrap; } .neobrutalist-member { padding: 20px; border: 2px solid #333; border-radius: 10px; background-color: #f7f7f7; width: 25%; margin: 10px; box-shadow: 0 0 10px black; } .neobrutalist-member-link { text-decoration: none; color: #333; font-weight: bold; text-align: center; padding: 10px; border: 1px solid #999; border-radius: 10px; background-color: #f7f7f7; } .neobrutalist-member-link:hover { background-color: #333; color: #f7f7f7; border: 1px solid #333; } .neobrutalist-member-desc { font-size: 14px; font-weight: normal; color: #666; text-align: center; padding: 0 20px; border-bottom: 4px solid black; } .neobrutalist-footer { background-color: #333; padding: 20px; border-top: 4px solid black; text-align: center; color: #f2f2f2; }