/* This is a generated style.css file. It contains default styles for a web page. */ body { margin: 0; font-family: Arial, sans-serif; } h1 { color: #333; } ul { list-style-type: none; padding: 0; } li { margin: 10px 0; } a { color: blue; text-decoration: none; } a:hover { color: purple; text-decoration: underline; } .container { max-width: 800px; margin: 20px auto; padding: 20px; background-color: white; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }