*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inconsolata', sans-serif !important;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

html,
body {
    background-color: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    min-width: 100%;
}

@media (scripting: enabled) {
    .preload * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@supports (-webkit-touch-callout: none) {
    .preload * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info {
    display: -webkit-inline-box;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 14px;
    border-radius: .8rem;
    font-family: 'Inconsolata';
    font-weight: 500;
    font-size: 19px;
    width: 480px;
    color: white;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 16px;
}
.options {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 14px;
    border-radius: .8rem;
    font-family: 'Inconsolata';
    font-weight: 500;
    font-size: 19px;
    width: 480px;
    color: white;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 16px;
    padding-top: 13px;
    margin-bottom: 2rem;
}

p,
.paginate a {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
}

h1 {
    font-weight: 400;
    font-size: 1.55em;
    margin-bottom: 1.1rem;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h1 i {
    font-style: normal;
    opacity: .5;
}

h3 {
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 1rem;
}

a {
    color: white
}

a.github {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    margin: 2rem;
}

.github img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: .15;
}

a.github:hover img {
    opacity: 1;
}

ul {
    text-align: left;
    list-style-type: none;

}

.info ul {
    height: min-content;
    position: absolute;
    top: 20%;
    left: 17.5%;
}

ul>li {
    text-indent: -5px;
}

ul>li:before {
    content: "— ";
    text-indent: -5px;
}

.paginate {
    display: flex;
    gap: 10%;
    width: 100%;
    justify-content: center;
    margin-top: 1.5rem;
    user-select: none;
}

.paginate a {
    text-decoration: none;
}

a[disabled] {
    pointer-events: none;
    cursor: default;
    color: rgba(255, 255, 255, .25);
}

.pages {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.pages a {
    text-decoration: none;
}

.pages a>div {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: .5rem;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .5);
}

@media screen and (max-width: 600px) {
    input {
        width: 100% !important;
    }

    .info,
    .options {
        width: 95vw !important;
        padding: 42px !important;
        font-size: 20px !important;
    }

    .info img {
        position: absolute !important;
        width: 24px !important;
        left: 0 !important;
        top: 0 !important;
    }

    ul {
        position: unset !important;
    }

    .github {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {

    .info,
    .options {
        min-width: unset !important;
    }
}

@keyframes fadeInAndOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
.steamOuter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 12px;
    border-radius: .8rem;
    text-align: center;
    font-size: 18px;
    font-family: 'Inconsolata';
    font-weight: 500;
    width: 135%;
    color: white;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-font-smoothing: antialiased;
}

input:focus {
    outline: none !important;
    border-color: rgba(255, 255, 255, .75);
    box-shadow: none;
}

layflags-rolling-number {
    font-family: 'Inconsolata', sans-serif;
    font-size: 38px;
    font-weight: 500;
    display: block;
    padding: 7px;
    border-radius: 6px;
    color: white;
    opacity: .15;
    margin-top: .5rem;
    cursor: pointer;
    line-height: 1.25em;
    --roll-duration: 1.5s;
    transition-duration: 1.5s;
}

p {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
}

.tippy-box canvas {
    filter: drop-shadow(0 0 4px #000);
}

.tippy-box[data-theme~=translucent] {
    background-color: #262626;
    border-radius: 2.65rem;
    padding: .8rem
}

.tippy-box[data-theme~=translucent]>.tippy-arrow {
    width: 14px;
    height: 14px
}

.tippy-box[data-theme~=translucent][data-placement^=top]>.tippy-arrow:before {
    border-width: 7px 7px 0;
    border-top-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=bottom]>.tippy-arrow:before {
    border-width: 0 7px 7px;
    border-bottom-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=left]>.tippy-arrow:before {
    border-width: 7px 0 7px 7px;
    border-left-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=right]>.tippy-arrow:before {
    border-width: 7px 7px 7px 0;
    border-right-color: #262626
}

.tippy-box[data-theme~=translucent]>.tippy-backdrop {
    background-color: #262626
}

.tippy-box[data-theme~=translucent]>.tippy-svg-arrow {
    fill: #262626
}

@-moz-document url-prefix() {
    input {
        padding: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    code {
        padding: 5px;

    }

    ::placeholder {
        font-weight: 300;
    }
}
