.loading-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 1.2em;
    font-weight: bold;
}

.loading-error {
    color: red;
    text-align: center;
    padding: 10px;
}