@font-face {
    font-display: swap;
    font-family: BeelineSans;
    font-style: normal;
    font-weight: 800;
    src: local("BeelineSans"), local("BeelineSans-Bold"), url(/assets/fonts/BeelineSans-Bold.woff2) format("woff2"), url(/assets/fonts/BeelineSans-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: BeelineSans;
    font-style: normal;
    font-weight: 500;
    src: local("BeelineSans"), local("BeelineSans-Medium"), url(/assets/fonts/BeelineSans-Medium.woff2) format("woff2"), url(/assets/fonts/BeelineSans-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: BeelineSans;
    font-style: normal;
    font-weight: 400;
    src: local("BeelineSans"), local("BeelineSans-Regular"), url(/assets/fonts/BeelineSans-Regular.woff2) format("woff2"), url(/assets/fonts/BeelineSans-Regular.woff) format("woff")
}

body {
    background: #1f1f1f;
    color: #fff;
    font-family: BeelineSans, arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.content {
    position: absolute;
    left: 50px;
    top: 38px;
    width: 440px;
    line-height: 1.4em;
}

.content-header {
    margin: 0 0 64px 0;
}

.content-header h1 {
    margin: 0;
    font-size: 40px;
    color: #ffcc00;
}

.content-header a, .content-header a:visited {
    color: #ffcc00;
    text-decoration: none;
}

.content-header a:hover {
    color: #ffcc00;
    opacity: .7;
}

.content-header .tagline {
    font-size: 20px;
    color: #fff;
}

.content-body {
    color: #ccc;
}

.content-body h2 {
    font-size: 18px;
    margin: 20px 0 0 0;
}

.content-body a {
    color: #fff;
    text-decoration: underline;
}

.content-body a:hover {
    text-decoration: none;
}

.content-body a:visited {
    color: #c1c1c1;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1360px;
}

.inner-wrapper {
    width: 384px;
    margin-right: auto;
    margin-left: auto;
}

.browser {
    position: absolute;
    display: block;
    top: 400px;
    width: 384px;
    height: 305px;
    cursor: default;
    z-index: 10;
}

.browser-content {
    width: 366px;
    height: 300px;
    position: absolute;
    top: 52px;
    left: 9px;
    font-size: 200px;
    text-align: center;
}

.browser-content .error-trace {
    position: absolute;
    top: 264px;
    width: 100%;
    font-size: 16px;
    color: #c1c1c1;
}

.browser-content .qr-code {
    max-width: 244px;
    margin: auto;
}

.bulb {
    position: fixed;
    margin-left: 20px;
    top: 0;
}

.light {
    position: fixed;
    margin-left: 53px;
    top: 0;
    opacity: 1;
}

.bottom {
    position: fixed;
    bottom: 0;
    margin-right: auto;
    margin-left: -303px;
    z-index: -1;
    height: 202px;
}
