css body { background: #f2f2f2; padding: 0; margin: 0; font-family: "Arial", sans-serif; line-height: 1.5; font-size: 14px; color: #333; -webkit-font-smoothing: false; } h1, h2, h3 { font-weight: bold; text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); border-bottom: 4px solid #000; } p, li, a { font-size: 12px; line-height: 1.3; letter-spacing: 1px; color: #666; } a { text-decoration: none; text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); border-bottom: 4px solid #000; background: #f2f2f2; padding: 4px 8px; border-radius: 4px; color: #000; transition: background 0.5s ease-in-out; } a:hover { background: #fff; border-color: #f2f2f2; } code { background: #f2f2f2; color: #000; font-size: 12px; padding: 4px 8px; border: 1px solid #000; border-radius: 4px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }