html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0b0c10;
    color: #fff;
    font-family: Inter, sans-serif;
}

#out {
    width: 100%;
    height: 100%;
}

.avalonia-splash {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}
