/* CSS/footer.css */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fdf9f9;
  padding: 20px 0;
  text-align: center;
  color: #333;
}

footer p {
  margin-bottom: -7px;
}

footer .line {
  width: 100px;
  height: 2px;
  background-color: #333;
  margin: 0px auto;
}

footer .copyright {
  font-size: 14px;
}

footer .developer {
  font-size: 16px;
  margin-top: 10px;
}

footer .developer a {
  text-decoration: none;
  color: #333;
}

footer .developer a:hover {
  color: #007bff;
}
