@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: 800px;
    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 (width <= 800px) {
    #logo {
        width: 200px;
    }

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

input {
    margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
    canvas {
        width: 100%;
        outline: none;
    }

    input {
        margin-bottom: 15px;
    }

    #flipCamBtn {
        width: 100%;
    }
}

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

#loadingCameraInfo {
    background-color: #418700;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

a {
    color: #eee;
}

ul {
    list-style-type: square;
}

canvas {
    outline: gray 1px solid;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
}

#description {
    font-style: italic;
    margin-bottom: 20px;
}

#runtime {
    margin-bottom: 10px;
    visibility: collapse;
}

#downloadSnapshotBtn {
    margin-bottom: 10px;
}

.edgeImageContainer {
    display: none;
}

#flipCamBtn {
    margin-bottom: 10px;
}

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