body {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    gap: 10px;
}

.noscript {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 20px;
    color: #ffffff;
}

.noscript__image {
    max-width: 80vw;
    max-height: 50vh;
    user-select: none;
}

.noscript__text {
    font-weight: 600;
}