/* Theme CSS file for the application This file contains the styles for the theme */ body { margin: 0; font-family: Arial, sans-serif; } .header { background-color: #333; color: white; padding: 1em; text-align: center; } .footer { background-color: #222; color: white; padding: 1em; text-align: center; position: fixed; bottom: 0; width: 100%; } .content { padding: 2em; } .container { max-width: 800px; margin: auto; padding: 1em; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }