html, body {
    margin: 0;
    height: 100%;
    background: #0f1220;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: system-ui, sans-serif;
    color: #fff;
}

.container {
    text-align: center;
}

#main-content .container:before {
    display: none;
}

.loading-text {
    margin-top: 20px;
    font-size: 16px;
    opacity: 0.85;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
