/* This is a sample CSS file for the glorp project. It contains styles for various elements in the application. */body { margin: 0; font-family: sans-serif; }h1 { color: #333; } .container { width: 80%; max-width: 768px; margin: 20px auto; } .card { background-color: #f9f9f9; border-radius: 5px; padding: 15px; margin-bottom: 20px; } .card h2 { color: #444; } .card p { color: #666; }