.generation_box[data-v-78eab8c7] {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbfbfb;
}
.generation_box div[data-v-78eab8c7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #a5a5a5;
  font-size: 18px;
  cursor: pointer;
}
.generation_img[data-v-78eab8c7] {
  width: 200px;
  height: 200px;
}
.margin_box[data-v-78eab8c7] {
  margin-left: 20px;
  margin-bottom: 20px;
}

