::placeholder {
  font-style: italic;
  font-size: 1em;
  padding: 5px;
}
.form-control {
  color: #222;
  background-color: #f8f8f8;
}
.form-control::placeholder {
  color: #777;
}
.form-control:focus {
  color: #000;
}
.all-content {
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 50%;
  right: 1%;
}
.search-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  max-width: 500px;
}
.search-bar {
  text-align: center;
  display: flex;
  float: right;
  /*    transform: scale(1.2);*/
  /*    transform-origin: top;*/
}
