Membership Tiers: The Stratosphere

Bro-Elite

The Bro-Elite
You've made it to the top, bro. Enjoy your avocado toast and artisanal, small-batch, organic, gluten-free, vegan protein powder. Check your privileges
The Ultra-Elite
You're basically a god among mortals. Enjoy your bespoke, handcrafted, artisanal, organic, gluten-free, vegan protein powder, and a complimentary artisanal, small-batch, organic, gluten-free, vegan protein smoothie. Check your privileges
The Meta-Elite
You're not just a member, you're the membership. You get to decide what the membership tiers should be, and we'll just go with it. Check your privileges
Back to Membership Page /* CSS Styles for the Stratosphere */ body { background-color: #222; } .title { font-size: 36pt; color: #fff; font-weight: bold; text-shadow: 0px 0px 10px #000; } .tier { background-color: #333; padding: 20px; border: 4px solid #000; border-radius: 10px; } .tier-name { font-size: 24pt; color: #fff; font-weight: bold; text-shadow: 0px 0px 10px #000; } .tier-description { font-size: 14pt; color: #fff; text-shadow: 0px 0px 10px #000; } a { color: #fff; text-shadow: 0px 0px 10px #000; } a:hover { color: #000; text-decoration: none; } a:visited { color: #000; text-decoration: none; }