body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #212121;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.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 {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh
}

.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)
    }
}

::-webkit-scrollbar {
    background: 0 0 !important;
    cursor: pointer !important;
    width: 4px !important
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:active {
    background-color: rgba(3, 192, 60, .5) !important
}

::-webkit-scrollbar-thumb:active, body.platform-win32 ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(3, 192, 60, .5) !important;
    border-width: 1px !important;
    cursor: pointer !important
}

.olympic_loading {
    align-items: center;
    background: #fff url(../../static/media/panda.87a0852a403360d75600.png) no-repeat 0;
    background-size: auto 60%;
    color: #2d2d2d;
    display: flex;
    font-size: 120px;
    height: 100vh;
    justify-content: space-around;
    left: 0;
    position: fixed;
    text-shadow: 0 1px 0 #c9cfce, 0 2px 0 #bcc2c2, 0 3px 0 #afb6b6, 0 4px 0 #a4adac, 0 5px 0 #9fa8a7, 0 6px 0 #99a3a2, 0 7px 0 #97a1a0, 0 8px 0 #949e9d, 0 0 5px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .3);
    top: 0;
    width: 100vw
}