#tavingo__loader_background {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#tavingo__loader_core {
    z-index: 101;
    height: 100vh;
    width: 100vh;
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#tavingo__loader #tavingo__loader_background {
    background-color: #2A2A2A54;
}

#tavingo__loader_background {
    width: 100%;
}