DEATH BY COMMITTEE: A Webpage of Utter Despair

Because Why Bother Voting?

Wherein the brave and the timid alike gather to discuss the merits of consensus-based decision making.

body { background-color: #f2f2f2; font-family: Arial, sans-serif; margin: 0; padding: 0; } body * { box-sizing: border-box; } h1 { color: #FF0000; border-bottom: 4px solid #000000; font-size: 36px; margin-bottom: 10px; padding-top: 10px; font-weight: bold; } h2 { color: #0000FF; border-bottom: 4px solid #FF0000; font-size: 24px; margin-bottom: 5px; padding-top: 5px; font-weight: bold; } ul { list-style: none; margin: 0; padding: 0; border-bottom: 4px solid #000000; } a { color: #000000; text-decoration: none; transition: all 0.5s ease; background-color: #FFFFFF; border: 1px solid #000000; font-weight: bold; } a:hover { background-color: #000000; color: #FFFFFF; border: 1px solid #000000; transition: all 0.5s ease; } a:active { transform: scale(0.9); transition: all 0.5s ease; } a:focus { background-color: #000000; color: #FFFFFF; border: 1px solid #000000; transition: all 0.5s ease; }