    .allboard1Move {
        animation: allboard1Anim 7s 1 0s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard2Move {
        animation: allboard2Anim 7s 1 0s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard3Move {
        animation: allboard3Anim 7s 1 0s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard4Move {
        animation: allboard4Anim 7s 1 0s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .sevenBlick1Move {
        animation: sevenBlickMoveAnim1 15s 1 0s linear forwards;
    }

    .sevenBlick2Move {
        animation: sevenBlickMoveAnim2 15s 1 0s linear forwards;
    }

    .sevenBlickMove {
        animation: sevenBlickAnim 6s 1 0s linear forwards;
    }

    .fireworkMove {
        animation: fireworkAnim 6s 1 0s linear forwards;
    }

    .successMove {
        animation: success 6s 1 0s linear forwards;
    }

    .line1move {
        animation: line1Anim 12s 1 0s cubic-bezier(.35,0,.1,.99) forwards;
    }

    .line2move {
        animation: line2Anim 10s 1 .5s cubic-bezier(.35,0,.18,1.26) forwards;
    }

    .line3move {
        animation: line3Anim 10s 1 .5s cubic-bezier(.35,0,.18,1.26) forwards;
    }

    .legalMove {
        animation: legalAnim 20s 1 .5s linear forwards;
    }

    .legalMoveM {
        animation: legalAnimM 20s 1 .5s linear forwards;
    }



    .line1moveM {
        animation: line1AnimM 12s 1 0s cubic-bezier(.35,0,.1,.99) forwards;
    }

    .line2moveM {
        animation: line2AnimM 10s 1 .5s cubic-bezier(.35,0,.18,1.26) forwards;
    }

    .line3moveM {
        animation: line3AnimM 10s 1 .5s cubic-bezier(.35,0,.18,1.26) forwards;
    }




    .allboard1MoveM {
        animation: allboard1AnimM 7s 1 6s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard2MoveM {
        animation: allboard2AnimM 7s 1 6s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard3MoveM {
        animation: allboard3AnimM 7s 1 6s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

    .allboard4MoveM{
        animation: allboard4AnimM 7s 1 6s cubic-bezier(0,-0.01,0,1.13) forwards;
    }

/*    .sevenBlick1Move {
        animation: sevenBlickMoveAnim1M 15s 1 0s linear forwards;
    }

    .sevenBlick2Move {
        animation: sevenBlickMoveAnim2M 15s 1 0s linear forwards;
    }*/

    .sevenBlickMoveM {
        animation: sevenBlickAnimM 6s 1 6s linear forwards;
    }

    .fireworkMoveM {
        animation: fireworkAnimM 6s 1 6s linear forwards;
    }

    .successMoveM {
        animation: success 6s 1 6s linear forwards;
    }

    .sevenblockM {
        animation: sevenblockAnimM .5s 1 6s linear forwards;
    }


