<!DOCTYPE html> <html> <head> <style> h1, h2, p { text-align: center; color: blue; } </style> </head> <body> <h1>Hello World</h1> <h2>Welcome to aimtocode.com (In smaller font)</h2> <p>This is a paragraph.</p> </body> </html>