.btn.search-submit {
  background-color: #002d72;
  color: white;
  font-weight: bold;
}
.btn.search-submit:hover {
  background-color: #002d72;
  opacity: 0.5;
}
