.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

input {
  padding: 8px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.FaSearch {
  cursor: pointer;
  font-size: 1.5rem;
  margin: 0 8px;
  color: #333; /* Change the color as per your design */
}