body {
    margin: 0;
}

.index-loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-width: 500px;
    margin: auto;
    width: 100%;
}
