.main-navigation {
  display: flex !important;
  justify-content: space-between;
}
.main-navigation .search-bar input[type=text] {
  height: 40px;
  width: 320px;
  background-color: #82ac03;
  color: white;
  border: none;
}
.main-navigation .search-bar input[type=text]::placeholder {
  color: white;
}

/*# sourceMappingURL=global.css.map */
