a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a img {
    border: none
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(../fonts/Ubuntu.60160b3a.woff2) format("woff2")
}

::-webkit-scrollbar {
    background-color: #fafafa;
    overflow: visible;
    width: 3px;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    min-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px
}

::-webkit-scrollbar-corner {
    background: transparent
}

body, html {
    width: 100%;
    height: 100%
}

body {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-family: Ubuntu, -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none
}

#kill-ie {
    margin: 0;
    padding: 0;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    background: orange
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fafafa
}

.screen, body {
    position: relative
}

.screen {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.screen .screen-inner {
    position: absolute;
    clip: rect(auto auto auto auto);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto
}

.wallpaper {
    position: fixed;
    background: url(https://api.dujin.org/bing/1920.php) 50% no-repeat #aaa;
    background-size: cover;
    -webkit-transform: perspective(0);
    transform: perspective(0)
}

.filter-layer, .wallpaper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.filter-layer {
    position: absolute;
    background-color: rgba(61, 66, 96, .4);
    background-image: linear-gradient(140deg, rgba(61, 66, 96, .4) 15%, rgba(31, 34, 49, .6));
    opacity: .9
}

.content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -110px, 0) perspective(0);
    transform: translate3d(-50%, -110px, 0) perspective(0);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px;
    text-align: center
}

.content svg.name {
    display: block;
    width: 100%;
    max-width: 630px;
    margin: 0 auto
}

.content svg.name text {
    font-size: 140px;
    font-family: Ubuntu;
    fill: #fff;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-width: 5px;
    text-anchor: middle
}

.content a {
    color: #fff;
    text-decoration: none
}

.content a:hover {
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0)
}

.screen.launch {
    color: #fff
}

.screen.launch .wallpaper {
    z-index: -1
}

.screen.info {
    background: #fafafa;
    color: #222
}

.screen.info .wallpaper {
    display: none
}

.screen.info .content svg.name text {
    fill: #222;
    stroke: #222
}

.screen.info .content .motto {
    font-size: 20px;
    padding: 20px;
    white-space: normal
}

.screen.info .content a {
    color: #000
}

.screen.info .content a:hover {
    color: #555
}

@supports (mix-blend-mode:multiply) and (mix-blend-mode:screen) {
    .screen.info {
        mix-blend-mode: multiply
    }

    .screen.info .filter-layer {
        opacity: .6
    }

    .screen.info .wallpaper {
        display: block;
        z-index: 1;
        mix-blend-mode: screen
    }

    .screen.info .content svg.name text {
        fill: #000;
        stroke: #000
    }
}