html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("https://i.ibb.co/bH3JY30/IE1G7Lr.png");
    background-size: cover;
    background-position: center;
}

.disable {
    cursor: wait;
    pointer-events: none;
    background: #999 !important;
    border: none !important;
}

#button {
    height: var(--btn-size);
    width: 60%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    background: #999 url("https://i.ibb.co/rb2TWXL/bgbtn.png") center/cover;
    image-rendering: pixelated;
    border: 2px solid #000;



    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#button:hover .text {
    background-color: rgba(100, 100, 255, 0.45);
    text-shadow: 2px 2px #202013CC;
    color: #FFFFA0;
}

.text {
    font-size: 30px;
    width: 100%;
    height: 100%;
    padding-bottom: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #DDD;
    text-shadow: 2px 2px #000A;
    box-shadow: inset -2px -4px #0006, inset 2px 2px #FFF7;
}

#button.full {
    width: 100%;
    height: 100%;
}

#button.lang img {
    width: 26px;
    height: 26px;
}

#button.lang .title {
    padding-bottom: 0;
}

#img>img {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

#img {
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 10000;

}
