.loading {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}
html, body {
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    touch-action: pan-y;
}
