/* This is a generated style.css file. It contains CSS styles for a web application. The styles are designed to provide proper formatting and layout for the application's UI components. */ body { margin: 0; font-family: sans-serif; } .container { max-width: 800px; margin: auto; padding: 20px; } header { background-color: #333; color: white; padding: 20px; text-align: center; } nav { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; } nav a { margin-right: 20px; color: white; text-decoration: none; color: #fff; } nav a:hover { color: #f2c300; } main { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; padding: 20px; } section { background-color: #f4f4f4; padding: 15px; border-radius: 5px; } footer { background-color: #222; color: white; padding: 15px; text-align: center; } a:hover { text-decoration: underline; }