css body { font-family: 'Arial', sans-serif; } header { background-color: #FF69B4; color: #fff; padding: 10px; text-align: center; } .header { background-color: #FF69B4; color: #fff; padding: 10px; text-align: center; border-bottom: 4px solid #000; } .content { padding: 20px; font-size: 18px; line-height: 24px; color: #000; border: 4px solid #000; border-bottom: 4px solid #000; } h1 { font-family: 'Impact', Arial, sans-serif; font-size: 36px; color: #FF0000; } h2 { font-family: 'Arial', sans-serif; font-size: 24px; color: #FF69B4; } p { font-size: 18px; line-height: 24px; color: #000; } img { border: 4px solid #000; } a { text-decoration: none; color: #000; }