body {
    background-color: var(--surface-inverse);
    color: var(--text-default);
    display: grid;
    place-content: center;
}
