.search{
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:rgb(223, 223, 223);
  border: 1px solid black;
  background-color: black;
}
.search1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 25px;
  border-radius: 25px;
  border: 2px solid rgb(236, 145, 0);
}
.search2{
  width: 270px;
  height: 25px;
  border: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background-color: black;
  color: white;
  text-align: center;
}
.search3{
  width: 30px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 25px;
  background-color: black;
  color: white;
}

button.search3{
    color: rgb(236, 145, 0);
}