.search-box form {
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box form input {
  background-color: #fff;
  max-width: 10rem;
  height: 1.8rem;
  margin: 0;
  border: none;
  border-radius: 2rem 0 0 2rem;
  outline: none;
}

.search-box form button {
  cursor: pointer;
  background-color: #fff;
  border: none;
  height: 1.8rem;
  border-radius: 0 2rem 2rem 0;
}