/* Minification failed. Returning unminified contents.
(63,23): run-time error CSS1046: Expect comma, found '0'
(63,26): run-time error CSS1046: Expect comma, found '/'
 */
* {
    box-sizing: border-box;
    user-select: none;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/*html {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='128' viewBox='0 0 32 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28h20V16h-4v8H4V4h28v28h-4V8H8v12h4v-8h12v20H0v-4zm12 8h20v4H16v24H0v-4h12V36zm16 12h-4v12h8v4H20V44h12v12h-4v-8zM0 36h8v20H0v-4h4V40H0v-4z' fill='%23d8b685' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #e0ddd5;
}*/

/*body {
    padding-top: 40px;
}*/

#w {
    width:800px;
    margin: 0 auto;
    position: relative;
    font-family: Herculanum;
    box-shadow: 0 8px 8px 3px rgba(0, 0, 0, 0.5);
}

#w1 {
    position: relative;
}

#c,
#w1 {
    width: 100%;
    height: 450px;
}

#c {
    transform: translateZ(0);
}

#c,
#gg,
#pz,
#tt {
    position: absolute;
}

#gg,
#pz,
#tt {
    width: 100%;
    height: 100%;
    /*padding: 24px;*/
}

#gg,
#pz {
    display: none;
    background: rgb(0 0 0/80%);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#tt {
    text-align: right;
    display: flex;
    flex-direction: column;
    color: #fff;
}

#t {
    font-size: 60px;
    /*line-height: 60px;*/
    /*flex-grow: 1;*/
    margin: 30px 30px 0px 0px;
}

#t2 {
    font-size: 32px;
}

#t3 {
    text-align: right;
    font-size: 18px;
    /*margin-bottom: 24px;*/
    margin: 20px 30px 30px 0px;
}

#pz,
#rty,
#t4 {
    font-size: 32px;
    /*font-style: italic;*/
    margin-right: 30px;
}

#g {
    font-size: 72px;
    color: #fff;
    margin: 0;
}

#i {
    font-family: monospace;
    background: #e0ddd5;
    color: #703529;
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
}

    #i > div {
        justify-content: space-evenly;
    }

    #i > div,
    .m {
        display: flex;
    }

.m {
    justify-content: space-between;
    font-size: 32px;
}

#kr,
#sr,
.m {
    font-family: monospace;
}

#kr,
#sr {
    text-align: right;
    margin-bottom: 16px;
}

#z {
    font-size: 12px;
    position: absolute;
    left: 6px;
    bottom: 6px;
}

