.ggh-box {
  color: #82d1ff;
}

.border-x {
  height: 10px;
  background-image: url("../img/x.png");
}
.border-corner {
  height: 10px;
  width: 10px;
  background: url("../img/corner.png")
}
.a2 {
  transform: rotate(90deg);
}
.a3 {
  transform: rotate(180deg);
}
.a4 {
  transform: rotate(-90deg);
}

.border-y {
  width: 10px;
  height: 100%;
  background-image: url("../img/y.png");
}

.box-core {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: black;
}