/* This is a sample style.css file generated for demonstration purposes. It contains some basic CSS rules for styling a web page. Please note that this file is not meant to be used as is in a real-world project. You should always use a proper CSS framework or stylesheet when developing a real application.*/ body { margin: 0; font-family: Arial, sans-serif; } 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: #fff; text-decoration: none; color: #333; } nav a:hover { color: #f1c40f; } main { padding: 20px; } footer { background-color: #333; color: white; text-align: center; padding: 10px; }