THE COMMITTEE FOR THE ADVANCEMENT OF
NEO-BRUTALIST DREAMS

You have been selected for your impeccable taste in font choices and your unwavering commitment to the art of making a statement with every pixel.

/* CSS: */ body { background-color: #f2f2f2; font-family: 'Bangers', cursive; font-size: 24px; } .committee-body { padding: 20px; border: 4px solid #333; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } .committee-title { text-align: center; margin-bottom: 10px; font-size: 36px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); letter-spacing: 5px; } .committee-text { text-align: center; margin-bottom: 20px; font-size: 24px; font-weight: bold; line-height: 1.5; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); word-wrap: break-word; word-break: break-all; -ms-word-wrap: break-word; -ms-word-break: break-all; } .committee-links { text-align: center; margin-bottom: 20px; } a { color: #f00; text-decoration: none; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); transition: all 0.3s ease; background-image: linear-gradient(to bottom, #f00, #0f0); border-bottom: 4px solid #f00; padding: 10px 20px; border-radius: 10px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); font-family: 'Bangers', cursive; font-size: 18px; } a:hover { background-color: #0f0; border-color: #f00; color: #fff; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }