@font-face {
    font-family: 'Monoid Regular';
    font-display: swap;
    src: url('Monoid-Regular.eot');
    /* IE9 Compat Modes */
    src: url('Monoid-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Monoid-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('Monoid-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('Monoid-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monoid Bold';
    src: url('Monoid-Bold.eot');
    /* IE9 Compat Modes */
    src: url('Monoid-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Monoid-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('Monoid-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('Monoid-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Monoid Regular", sans-serif;
    color: #535353;
    background-color: white;
    font-size: 12px;
    -webkit-font-feature-settings: "liga" 1, "calt" 1;
    font-feature-settings: "liga" 1, "calt" 1;
}

a {
    color: #446fbd;
    text-decoration: none;
    font-size: 1.5em;
}

header {
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333333;
}
header * {
    position: relative;
}
h1 {
    font-weight: normal;
    letter-spacing: calc(-10vmin / 30);
    margin-top: 8vh;
    font-size: 8vmin;
    line-height: 0.7em;
}
h2 {
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: calc(-1em / 30);
    color: #434343;
    margin: 22px 0 14px -1px;
}
h2::before {
    content: ">>= "
}
h1 strong {
    font-weight: bold;
    font-size: 1.2em;
}
h1 small {
    font-size: 0.7em;
}
section, nav {
    max-width: 800px;
    margin: auto;
    padding: 10px;
}
p {
    text-indent: 2em;
    color: #444;
    font-size: 1.5em;
    text-wrap: balance;
}

#Info > p {
    font-size: 1em;
    text-indent: 0;
}

#qr {
    width: 200px;
}

.center {
    text-align: center;
}

#Text h1 {
    display: none;
}
