<!DOCTYPE html> <html> <head> <style> #pragraph { text-align: center; color: blue; } </style> </head> <body> <p id="paragraph">Welcome to aimtocode.com</p> <p>This paragraph will not be affected.</p> </body> </html>