.search-container button {
	 display: flex;
  justify-content: center;

  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container {
   display: flex;
  justify-content: center;
}
