Moving lovelace card

I’ve run into an issue, I have the custom card modder and and entity card that can show a state. But every style I try I cant get the card to move. Any ideas? Ive tried used left, top etc and --paper-material.

       - type: custom:card-modder
         style:
           --paper-card-background-color: rgba(0, 0, 0, 0.5);
           top: 5%;
           left: 17%;

         card:
           type: custom:entity-markdown
           title: Markdown Sample
           entity: binary_sensor.garage

can you link to the custom:card-modder card please?

Tried without having ; at the end?

   - type: custom:card-modder
     style:
       --paper-card-background-color: rgba(0, 0, 0, 0.5)
       top: 5%
       left: 17%