.search-box{
  width: 100%;
  position: relative;
  display: flex;

}
.search-input{
  width: 80%;
  padding: 10px;
  border: 2px solid #f8f9fa;
  border-radius:10px 0 0 10px ;
  border-right: none;
  outline: none;
  font-size: 20px;
  color: white;
  background: none;
  height: 40px;
}
.search-button{
 text-align: center;

width: 40px;
outline: none;
cursor: pointer;
border: 2px solid #f8f9fa;
 border-radius: 0 10px 10px 0 ;
border-left: none;
background: none;
font-size: 20px;
border-left: 1px solid #f8f9fa;
}


