body {
    background-color: #090029;
    color: #f5f5f5;
    width: 100dvw;
    height: 100dvh;
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#root {
    width: 100%;
    height: 100%;
}