#app > div {
  /* background-color: blue; */
  display: inline-block;
}

.gt-header {
  margin: 0 auto;
}

.gt-tag-box {
  border: solid black 2px;
  background-color: #fffacd;
  width: 220px;
  height: 200px;
  padding: 5px;
  float: left;
  margin-top: 10px;
  text-align: center;
}

#box_two,
#box_tree {
  margin-left: 10px;
}

.gt-tag {
  border: solid black 1px;
  width: 48mm;
  height: 20mm;
  text-align: center;
}

.gt-footer {
  clear: both;
}
