.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        -webkit-animation: App-logo-spin 20s linear infinite;
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #61dafb
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

i.icon.hidden {
    display: none
}

#playButton {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
    -webkit-transform: scale(5);
    transform: scale(5)
}

.fullscreen, video {
    height: 100%;
    /*cursor: none !important;*/
}

video {
    width: 100%;
    object-fit: cover;
}

.logobacking {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 50% 50%;
    width: 160px;
    height: 160px
}

.play {
    width: 64px;
    height: 64px;
    fill: #000
}

.play, .stopped {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    margin: 5px
}

.stopped {
    width: 44px;
    height: 44px;
    fill: #9e9e9e
}

.logo {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    margin: 5px;
    width: 128px;
    height: 128px
}

.logo path {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    -webkit-animation: dash 1.5s infinite alternate;
    animation: dash 1.5s infinite alternate;
    stroke: #9e9e9e;
    stroke: width 1.2px;
    fill: #fff
}

.logo g {
    -webkit-animation: fill-in 1.5s 1.5s infinite alternate;
    animation: fill-in 1.5s 1.5s infinite alternate;
    fill-opacity: 1
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fill-in {
    to {
        fill-opacity: 1
    }
}

@keyframes fill-in {
    to {
        fill-opacity: 1
    }
}

.hidden {
    display: none !important
}

#launchContainer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#launchContainer > div {
    text-align: center
}

.white {
    color: #fff
}

html {
    height: 100%
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
    background-image: linear-gradient(0deg,#e6e9f0 0,#eef1f5);
    height: 100%;
    overflow: hidden
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace
}

#root {
    height: 100%;
    background: #000;
    /*aspect-ratio: 16 / 9;
    position: absolute;*/
    /*left: -10%;*/
    /*cursor: none !important;*/
}

/* returns aspect ratio and negative left margin fix for mobile */ /*@media (max-width: 991px) {
    #root {
        aspect-ratio: auto;
        left: 0%;
    }
}*/

white {
    color: #fff
}


/*# sourceMappingURL=main.b835d773.chunk.css.map */

