.status-message {
    align-items: center;
    background: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.status-message .message {
    color: #151F27;
    font-family: 'ClashGrotesk-Light';
    font-size: 18px;
    line-height: 24px;
}