Epistolary-Sclerosis: The Art of Letter Writing Gone Wrong

Welcome to Epistolary-Sclerosis

In a world where letters were once the primary means of communication, we've found a new way to express ourselves: poorly.

/* styles.css */ .epistolary-sclerosis-title { font-family: 'Arial Black'; font-size: 36px; font-weight: bold; text-align: center; color: #FF0000; border: 4px solid #000000; margin: 20px; padding: 10px; } .epistolary-sclerosis-content { font-family: 'Arial Black'; font-size: 18px; font-weight: bold; line-height: 1.5; margin: 20px; padding: 20px; background-color: #CCCCCC; border: 4px solid #000000; border-radius: 20px; box-shadow: inset 0 0 20px #000000; } .epistolary-sclerosis-links { text-align: center; margin: 20px; padding: 10px; background-color: #FFFFFF; border: 4px solid #000000; border-radius: 20px; box-shadow: inset 0 0 20px #000000; } .epistolary-sclerosis-links a { text-decoration: none; color: #000000; font-size: 16px; font-weight: bold; margin: 10px; padding: 10px; background-color: #FFFFFF; border: 2px solid #000000; border-radius: 20px; box-shadow: inset 0 0 10px #000000; } .epistolary-sclerosis-links a:hover { background-color: #FF0000; color: #FFFFFF; border: 2px solid #000000; box-shadow: inset 0 0 10px #000000; }