* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'EarthOrbiter';
    src: url('EarthOrbiter-YZ12.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #000;
    transition: 2s;
    margin: 0;
    overflow: hidden;
    font-family: Monospace;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

#img_back, #img_over, #triggerwarn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border: none;
    text-decoration: none;
    display: none;
}

#triggerwarn {
    object-fit: none;
    max-width: 100%;
}

#renderContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#debugwnd {
    position: absolute;
    right: 0;
    visibility: hidden;
    color: red;
}

#txtholder {
    position: absolute;
    left: 25%;
    width: 50%;
    bottom: -50%;
    font-family: 'EarthOrbiter', sans-serif;
    font-size: 300%;
}

#button {
    transition: 0.3s;
    font-family: 'EarthOrbiter', sans-serif;
    font-size: 300%;
    position: absolute;
    left: 5%;
    top: 5%;
    display: flexbox;
    margin: 0 auto;
    width: 60%;
    height: 60%;
    max-width: 15%;
    max-height: 10%;
    background: transparent;
    color: silver;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-style: ridge;
}

#button:hover {
    transition: 0.3s;
    color: white;
}

#button2 {
    transition: 0.3s;
    font-family: 'EarthOrbiter', sans-serif;
    font-size: 300%;
    position: absolute;
    left: 5%;
    bottom: 5%;
    display: flexbox;
    margin: 0 auto;
    padding: 8px;
    width: 60%;
    height: 60%;
    max-width: 15%;
    max-height: 10%;
    background: transparent;
    color: silver;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-style: ridge;
}

#button2:hover {
    transition: 0.3s;
    color: white;
}

#button3 {
    transition: 0.3s;
    font-family: 'EarthOrbiter', sans-serif;
    font-size: 300%;
    position: absolute;
    right: 5%;
    top: 5%;
    display: flexbox;
    margin: 0 auto;
    padding: 8px;
    width: 60%;
    height: 60%;
    max-width: 15%;
    max-height: 10%;
    background: transparent;
    color: silver;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-style: ridge;
}

#button3:hover {
    transition: 0.3s;
    color: white;
}

#button4 {
    transition: 0.3s;
    font-family: 'EarthOrbiter', sans-serif;
    font-size: 300%;
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: flexbox;
    margin: 0 auto;
    padding: 8px;
    width: 60%;
    height: 60%;
    max-width: 15%;
    max-height: 10%;
    background: transparent;
    color: silver;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-style: ridge;
}

#button4:hover {
    transition: 0.3s;
    color: white;
}

.cuePreview {
    position: absolute;
    background: rgba(255, 0, 0, .3);
}