body {
    background: var(--tg-theme-bg-color, #ffffff);
    color: var(--tg-theme-text-color, #000000);
    font-family: var(--default-font, sans-serif);
    color-scheme: var(--tg-color-scheme, light);
    user-select: none;
    cursor: default;
    margin: 0;
    padding: 0;
    width: 1px;
    min-width: 100%;
    font-size: 13px;
    font-weight: 400;
}

noscript {
    display: block;
    text-align: center;
    width: 50vw;
    max-width: 30rem;
    background: transparent;
    padding: 1.5rem;
    border-radius: .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

noscript > img {
    width: 10rem;
}

noscript hr {
    border: 0;
    border-top: 1px solid #adadad;
}
