css /* styles.css */ body { background-image: linear-gradient(135deg, #FF69B4, #A8C9F4); font-family: 'Arial Black', Arial, sans-serif; line-height: 1.2; font-size: 18px; color: #FF00FF; margin: 0; padding: 0; border: 4px solid black; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } h1 { font-size: 36px; font-weight: bold; color: #FFFFFF; text-shadow: 0 0 10px rgba(0, 0, 0, 1); margin-bottom: 20px; } p { font-size: 20px; color: #FF0000; margin: 20px 0; border-bottom: 4px solid black; } a { color: #000000; text-decoration: none; border: 2px solid #000000; border-radius: 5px; padding: 10px 20px; font-weight: bold; } a:hover { background-color: #A8C9F4; }