
.process{
    width: 100%;
    height: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 999999;
}

.loading img{
    width: 240px;
}