.search-form-div-home input {
  padding: 3px;
  outline: none;
  background-color: transparent;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px #181616;
  border-right: none;
}

.search-form-div-home button {
  border: 1px solid #fafafa;
  padding: 3px 8px;
  box-shadow: 1px 1px 1px #181616;
  color: cyan;
  border-left: none;
}

.search-form-div-home {
  font-family: "Times New Roman", Times, serif;
  margin-right: 10px;
}
