diff --git a/client/cryps.css b/client/cryps.css index 3f4dd227..b0020329 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -13,3 +13,12 @@ body { background-color: #181818; } + +canvas{ + display:block; + margin: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} \ No newline at end of file