Moved some shit arouind

This commit is contained in:
nutty
2026-06-27 04:09:52 +10:00
parent de7b62e771
commit b1e6cb5d75
6 changed files with 30 additions and 57 deletions
+13
View File
@@ -0,0 +1,13 @@
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
font-size: 20px;
color: white;
margin: 0;
}
#main-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh; /* Full viewport height */
}