css /* /* * /whispering-walls-admin/stylesheet.css * A Brutalist's best friend in the land of CSS. * */ body { background-image: linear-gradient(135deg, #ff69b4, #ff99ff); background-size: 100px 100px; font-family: Arial, sans-serif; margin: 0; padding: 0; border: 4px solid #000; } h1 { font-size: 48pt; text-shadow: 0 1px 4px #000; color: #ff99ff; border-bottom: 4px solid #000; } h2 { font-size: 36pt; text-shadow: 0 1px 4px #000; color: #ff69b4; border-bottom: 4px solid #000; } a:link { text-decoration: none; color: #000; border-bottom: 4px solid #000; } a:hover { text-decoration: none; color: #000; border-bottom: 4px solid #000; } /* * /whispering-walls-admin/stylesheet.css * A Brutalist's best friend in the land of CSS. * */