body {
    background-color: #0C0C0C;
    font-family: JetBrains Mono, monospace;
    color: #CCCCCC;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 0;
    min-height: 100vh;
    min-height: 100svh;
}
