body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  text-align: center;
}

header {
  background: linear-gradient(to right, #0073e6, #004080);
  color: white;
  padding: 15px;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 10px;
}

a {
  text-decoration: none;
  color: #0073e6;
  font-weight: bold;
}

.search-bar {
  margin: 20px;
}

.featured ul {
  list-style-type: none;
}
