html, body {
    margin: 0;
    padding: 0;
    background: #0a0a0a;
}

#app {
    width: 100%;
    min-height: 100vh;
}
