nav {
  background-color: #007bff;
  color: white;
  padding: 1rem;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}
nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
}

body {
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

#results {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#results li {
  background: white;
  border: 1px solid #ccc;
  padding: 1rem;
  width: 30%;
}
#results li a {
  color: #007bff;
  text-decoration: none;
}
#results li a:hover {
  text-decoration: underline;
}

nav {
  background-color: #007bff;
  color: white;
  padding: 1rem;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}
nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
}

body {
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

#results {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#results li {
  background: white;
  border: 1px solid #ccc;
  padding: 1rem;
  width: 30%;
}
#results li a {
  color: #007bff;
  text-decoration: none;
}
#results li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
