#platform{
    width: 200px;
    height: 350px;
    background-color: rgb(255, 140, 197 0.95);
    transform: translate(100px) rotateX(55deg) rotateZ(45deg);
    border-radius: 16px;
    box-shadow: 1px 2px 10px rgb(254, 224, 244 0.95);
}

#platform:hover{
    
}