@font-face {
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-family: "Orbitron";
    src: local('Orbitron'),
    url("https://www.core11.eu/fonts/orbitron/orbitron600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-weight: 400;
    font-display: swap;
    font-family: "Orbitron";
    src: local('Orbitron'),
    url("https://www.core11.eu/fonts/orbitron/orbitron400.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
    background-color: black;
}

body {
    font-family: Helvetica, sans-serif;
    color: #eee;
    user-select: none;
}

#pageWrap {
    max-width: 900px;
    margin: 0 auto;
}

h1, h2 {
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    margin-top: 0px;
    font-size: 24px;
}

#logo {
    margin: 0 auto;
    width: 300px;
    display: block;
}
@media screen and (max-width: 800px) {
    #logo {
        width: 200px;
    }

    h1, h2 {
        font-size: 18px;
    }

    #mainCanvas {
        width: 100%;
        outline: none;
    }
}

#webgpuInfo {
    visibility: hidden;
    color: red;
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
}

input {
    margin-bottom: 20px;
}

a {
    color: #eee;
}

ul {
    list-style-type: square;
}

canvas {
    border: 2px gray solid;
    border-radius: 10px;
}

#offCanvas {
    display: none;
}

#description {
    text-align: justify;
    margin-bottom: 10px;
}

#runtime {
    margin-bottom: 10px;
}

#fallbackVideoWrap {
    display: none;
}
#fallbackVideoWrap video {
    max-width: 900px;
}
