html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%
}

body,
html {
    height: 100%
}

body {
    font-size: 1.4rem
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
ol,
p,
pre,
ul {
    margin: 0;
    line-height: 1em
}

a:active,
a:focus,
a:hover {
    outline: none;
    color: #000
}

#__next {
    text-align: center;
    width: 100%
}

.wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-content: center
}

.aligner {
    margin: 4rem
}

.item {
    align-self: center;
    margin: auto;
    text-align: center
}

.tagline {
    font: 300 2rem/2.5rem SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    margin-bottom: 1em;
    color: #999;
    padding: 14px 0 13px
}

#text,
.tagline {
    text-transform: uppercase
}

#text {
    font: 900 6rem/6rem -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #111;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.meta {
    align-self: flex-end;
    padding: 1em 0;
    text-align: center;
    width: 100%;
    font: 300 1rem/1.25rem SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

#reload {
    display: inline-block;
    font: 300 1.5rem/1.5rem SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    border: 0;
    background: transparent;
    text-decoration: none;
    color: #a3a3a3;
    margin-top: 4rem;
    outline: none;
    cursor: pointer
}

.space-btn {
    width: 15rem;
    padding: .25em 1em;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    color: #000
}

ul.footer-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center
}

ul.footer-list:first-of-type {
    margin-bottom: 1.5rem;
    display: block
}

ul.footer-list li {
    display: inline-block;
    color: #222;
    margin: 0 .25rem
}

ul.footer-list a {
    color: #777
}

ul.footer-list select {
    max-width: 110px
}

@media (min-width:800px) {
    .tagline {
        font: 300 3rem/2.8rem SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
    }
    #text {
        font: 900 9rem/8.5rem -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
    }
}

@media screen and (max-width:400px) {
    .tagline {
        font-size: 1.5rem
    }
    #reload {
        font-size: 1.25rem
    }
    ul.footer-list select {
        max-width: 70px
    }
}

.its-friday {
    background-color: #ff4136
}

.its-friday .tagline {
    color: #fff
}

.its-friday .footer-list li {
    color: #ff9089
}

.its-friday #reload,
.its-friday .footer-list a {
    color: #b30a00
}

.its-friday .space-btn,
.its-friday span {
    border-color: #b30a00;
    color: #b30a00
}