/* header.css */
.search-form {
    max-width: 400px;
  }

  .navbar-brand img {
    border-radius: 8px;
    object-fit: cover;
  }
