.anicon{
    display:  flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    perspective: 1000px;
  
}

.cube{
    width: 260px;
   height: 150px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    position: relative;
}