#init-loader-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#init-loader {
    height: 120px;
    width: 120px;
}
