/* This is a comment explaining the purpose of the file */ body { margin: 0; font-family: Arial, sans-serif; } .about-me { max-width: 600px; margin: auto; padding: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); background-color: #f9f9f9; } h1 { color: #333; } p { color: #555; }