.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

.img{
    color: #FFFFFF;
    filter: grayscale(0.5) blur(10px);
}


body {
    background-color: #080C55;
}

html,
body {
    overscroll-behavior-x: none;
}

.loading {


    top: 62%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;   
    
}
