css body { background-image: linear-gradient(90deg, #FF69B4, #FF69B4); background-size: 100% 100%; font-family: 'Arial Black', 'Arial', sans-serif; } h1, h2, h3, h4 { font-family: 'Arial Black', 'Arial', sans-serif; color: #000000; border-bottom: 4px solid #333333; margin-bottom: 10px; text-shadow: 0 1px #000000; } h1 { font-size: 36px; line-height: 1.2; letter-spacing: 4px; text-transform: uppercase; margin-top: 0; padding-top: 20px; border-bottom: 8px solid #333333; background: #FF69B4; color: #FFFFFF; } h2 { font-size: 24px; line-height: 1.5; letter-spacing: 3px; text-transform: uppercase; margin-top: 20px; border-bottom: 6px solid #333333; background: #FF69B4; color: #FFFFFF; } h3 { font-size: 18px; line-height: 1.8; letter-spacing: 2px; text-transform: uppercase; margin-top: 20px; border-bottom: 4px solid #333333; background: #FF69B4; color: #333333; } h4 { font-size: 14px; line-height: 2; letter-spacing: 1px; text-transform: uppercase; margin-top: 20px; border-bottom: 2px solid #333333; background: #FF69B4; color: #333333; } p { font-family: 'Arial', 'Arial Black', sans-serif; font-size: 14px; line-height: 2; letter-spacing: 1px; color: #000000; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #333333; background: #FF69B4; } a { text-decoration: none; color: #FF69B4; background: #000000; padding: 4px 8px 4px 8px; border: 1px solid #333333; border-radius: 4px; font-family: 'Arial', 'Arial Black', sans-serif; font-size: 14px; font-weight: bold; text-align: center; display: inline-block; text-shadow: 0 1px #000000; } a:hover { background: #000000; color: #FF69B4; border-color: #333333; text-decoration: none; }