mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
13 lines
311 B
CSS
13 lines
311 B
CSS
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 */
|
|
} |