.searchBtn input {
  background-color: #0064D2;
  border-radius: 4px;
  padding: 7px 2rem;
  cursor: pointer;
  color: #FFF;
  display: block;
  text-align: center;
  white-space: nowrap;
}

select {
  line-height: normal;
}

.searchArea {
  justify-content: end;
}
