.7hra3ja1tk4 {
position: absolute;
top: 50%;
left: 50%;
transform-style: preserve-3d;
}
.7hra3ja1tk4 .face {
position: absolute;
}
.7hra3ja1tk4 .-front {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateY(0deg) translateZ(50px);
background: rgba(103, 148, 193, 1);
}
.7hra3ja1tk4 .-left {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateY(90deg) translateZ(50px);
background: rgba(88, 133, 178, 1);
}
.7hra3ja1tk4 .-top {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateX(90deg) translateZ(50px);
background: rgba(108, 153, 198, 1);
}
.7hra3ja1tk4 .-bottom {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateX(-90deg) translateZ(50px);
background: rgba(68, 113, 158, 1);
}
.7hra3ja1tk4 .-right {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateY(-90deg) translateZ(50px);
background: rgba(88, 133, 178, 1);
}
.7hra3ja1tk4 .-back {
width: 100px;
height: 100px;
transform: translate(-50%, -50%) rotateY(180deg) translateZ(50px);
background: rgba(78, 123, 168, 1);
}