body { background-color: #f7d9b9; font-family: Arial, sans-serif; } h1 { font-size: 24px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; color: #ff69ff; } h2 { font-size: 20px; font-weight: bold; color: #ff69ff; } .section { border: 4px solid #000000; padding: 20px; margin: 20px; } p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; } ul { list-style: none; padding: 0; margin: 0; } li { margin-bottom: 10px; } a { text-decoration: none; color: #000000; } a:hover { color: #666666; }