Whimsy Theory

A branch of absurdity, where the laws of physics and logic are merely suggestions.

Principles of Whimsy

1. Reality is a mere suggestion. 2. Time is circular. 3. Objects can be multiple places at once.

body { background-color: #F7F5F5; font-family: 'Open Sans', sans-serif; } .title { color: #FF0000; font-size: 36px; font-weight: bold; text-align: center; border-bottom: 4px solid #FF0000; margin-bottom: 10px; } .description { color: #000000; font-size: 14px; text-align: center; margin-bottom: 20px; } .subnav { background-color: #C0C0C0; width: 100%; text-align: center; display: flex; justify-content: space-around; padding: 10px; border-top: 4px solid #C0C0C0; } .subnav a { text-decoration: none; font-size: 14px; color: #000000; padding: 5px 10px; } .subnav a:hover { background-color: #C0C0C0; } .subnav a:visited { text-decoration: none; } .subnav a:active { color: #000000 !important; } .content { background-color: #000000; padding: 10px 20px; border: 1px solid #000000; border-radius: 4px; } .subtitle { color: #FF0000; font-size: 24px; font-weight: bold; margin-bottom: 10px; } .priciples { color: #000000; font-size: 18px; } .footer { background-color: #000000; padding: 10px 20px; border: 1px solid #000000; border-radius: 4px; } .footerlink { text-decoration: none; color: #C0C0C0; text-align: center; } .footerlink:hover { color: #FFFFFF; background-color: #000000; }