.unique-container {
  position: relative; /* Make sure the container is positioned */
  background: #fff;
  color: #d4d4d4b5;
  font-family: 'PT Mono','Courier';
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  width: 675px;
  overflow: hidden;
  perspective-origin: center left;
  perspective: 100px;
  text-shadow: 0 0 2px #fff;
  line-height: 25px;
  margin: auto;
}

.unique-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999999;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.7189469537815126) 50%, rgba(255,255,255,1) 100%);
}

.unique-num {
  clear: both;
  transform: rotateY(0deg);
}

.unique-devider {
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: #fff;
}

.unique-d00 {
  left: 103px;
}

.unique-d01 {
  left: 219px;
}

.unique-d02 {
  left: 337px;
}

.unique-d03 {
  left: 453px;
}

.unique-d04 {
  left: 557px;
}
