.container {
  width: 70%;
  height: 600px;
  background-color: #dbd9d9;
  margin: auto;
  padding: 40px 10px;
}

.memes_select {
  width: 95%;
  height: 96px;
  background-color: #686363;
  margin: auto;
  overflow: auto;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.memes_select img {
  width: 100px;
  height: 75px;
  margin-left: 5px;
  margin-right: 5px;
}

.selected {
  width: 95%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
}

.selected_item1 {
  background-color: #686363;
  width: 420px;
}

.selected_item1 img {
  width: 100%;
  height: 100%;
}

.selected_item2 {
  width: 530px;
}

.selected_item2 input {
  display: block;
  width: 522px;
  height: 34px;
  margin-top: 25px;
}

.selected_item2 input[type="button"] {
  width: 140px;
  height: 45px;
  border-radius: 5px;
  background-color: #ab3131;
  color: white;
}
