.op-animation-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    background: var(--main-font-color);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.op-animation-wrapper img{
    width: 98px;
    height: 88px;
}