.bold {
    font-weight: bold;
}

.rel_wrp {
  position: relative;
  width: 100%;
  height: 100%;
}

.rel_wrp > div {
  position: absolute;
}

.full {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abs_full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rel_full {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.text {
  left: 0;
  top: 0;
  color: rgb(123,255,255);
  font-family: PopOT;
}

.Y_mirror {
  transform: translateY( 100% ) scaleY( -1 );
}

.X_mirror {
  transform: translateX( 100% ) scaleX( -1 );
}