html,
body,
#out {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background: #f4f2eb;
}

.avalonia-splash {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #253038;
    font: 600 15px/1.4 Inter, system-ui, sans-serif;
    pointer-events: none;
}

.avalonia-splash.splash-close {
    display: none;
    opacity: 0;
}
