#gameImg {
  height: 126px;
  width: 224px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #555;
}

#bookImg {
  height: 192px;
  width: 128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #555;
}
.card {
  padding-top: 10px;
}

.card-content {
  text-align: center;
  font-weight: bold;
}
#search {
  width: 30%;
  align-self: center;
}
.newResult {
  display: flex;
}
#movieImg {
  height: 192px;
  width: 128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #555;
}
#search {
  border: 2px dashed white;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: white;
}
#searchBtn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.searchDiv {
  /* border: 1px solid #555; */
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
h3 {
  color: white;
}
/* working css file */
@media (max-width: 1000px) {
  .display {
  }
}
