css /* CSS for /subpages/paradoxicalmath */ body { font-family: Arial, sans-serif; font-size: 16px; background: linear-gradient(to right, #FF69B4, #A9A9A9); border: 4px solid #000000; padding: 16px; margin: 16px 32px 16px 32px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-sizing: border-box; } h1 { color: #FF0000; font-size: 24px; font-weight: bold; text-align: center; margin-top: 0; margin-bottom: 8px; padding: 8px 16px 8px 16px; border: 2px solid #000000; border-radius: 10px; background: #FFD7FF; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h2 { color: #00FF00; font-size: 18px; font-weight: bold; text-align: left; margin-top: 8px; margin-bottom: 8px; padding: 8px 16px 8px 16px; border: 2px solid #000000; border-radius: 10px; background: #FFD7FF; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } p { font-size: 16px; margin: 16px 16px 16px 16px; border: 2px solid #000000; border-radius: 10px; background: #FFD7FF; line-height: 24px; padding: 16px 16px 16px 16px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } a { text-decoration: none; color: #000000; text-decoration: underline; background: #FFD7FF; padding: 8px 16px 8px 16px; border: 2px solid #000000; border-radius: 10px; text-align: center; } a:hover { background: #FF69B4; color: #FF69B4; } a:active { background: #FF69B4; color: #FF69B4; } /* Links to subpages */ a.subpage { background: #A9A9A9; color: #000000; text-decoration: none; text-decoration: underline; padding: 8px 16px 8px 16px; border: 2px solid #000000; border-radius: 10px; text-align: center; } a.subpage:hover { background: #FF69B4; color: #FF69B4; } a.subpage:active { background: #FF69B4; color: #FF69B4; } /* Paradoxical Math Subpages */ a.subpage.paradoxicalmath { background: #FF69B4; color: #FF69B4; text-decoration: none; text-decoration: underline; padding: 8px 16px 8px 16px; border: 2px solid #000000; border-radius: 10px; text-align: center; } a.subpage.paradoxicalmath:hover { background: #FF0000; color: #00FF00; } a.subpage.paradoxicalmath:active { background: #FF0000; color: #00FF00; }