body {
    margin: 0;
    padding: 0;
    color: var(--fg, #2B1C18);
    background-color: var(--app, #FBF6F2);
    overflow: hidden;
    overscroll-behavior: none;
}

#app {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
