Modify credits css

Hey,

Maybe this is already a coverd topic, but I have not found a simple way of accessing the credits css. I found info about how to push new text beside the cesium logo via viewer.scene.frameState.creditDisplay.addDefaultCredit(new Cesium.Credit('My New Credit'));

Is there a way I can access the css so the “z-index” and positioning can be modied etc.

Note: I’m not looking to remove the credits, only alter the position of the credits so they fit with the menues I built.

Hey again,
Sorry for my ignorance, I was using CDN for importing JS and CSS.
Now I have dowloaded the files instead and can access and style however I want.