/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    line-height: 1.15
}

button,input {
    overflow: visible
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

[hidden],template {
    display: none
}

#stream {
    display: block;
    margin: 2em 0;
}


html {
    /* font-family: "Elma Trio Regular", Helvetica, sans-serif; */
    font-family: "GT Alpina Typewriter", Helvetica, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
}

body {
    width: 95%;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #334155;
}

button {
    /* font-family: "Elma Trio Regular", Helvetica, sans-serif; */
    font-family: "GT Alpina Typewriter", Helvetica, sans-serif;
    text-transform: uppercase;
    background: transparent;
    border-radius: 12px;
    border: solid rgb(229,229,229);
    border-width: 2px 2px 4px 2px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: -0.025rem;
    padding: 1rem 2rem;
    width: auto;
}

button:active {
    border-width: 2px;
    transform: translateY(4px) translateZ(0);
}

#randomButton {
    width: 100%;
    margin: 0 1em;
}

#button-group {
    margin-top:3em;
    display: flex;
}

/* button:hover {
    background-color: blue;
    color: white;
} */

.aspect-ratio {
    height: 0;
    position: relative
}

.aspect-ratio--16x9 {
    padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
    padding-bottom: 177.77%
}

.aspect-ratio--4x3 {
    padding-bottom: 75%
}

.aspect-ratio--3x4 {
    padding-bottom: 133.33%
}

.aspect-ratio--6x4 {
    padding-bottom: 66.6%
}

.aspect-ratio--4x6 {
    padding-bottom: 150%
}

.aspect-ratio--8x5 {
    padding-bottom: 62.5%
}

.aspect-ratio--5x8 {
    padding-bottom: 160%
}

.aspect-ratio--7x5 {
    padding-bottom: 71.42%
}

.aspect-ratio--5x7 {
    padding-bottom: 140%
}

.aspect-ratio--1x1 {
    padding-bottom: 100%
}

.aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

iframe {
    border-radius: 12px;
}

@media screen and (min-width: 720px) {
    body {
        width: 720px;
    }
}

header {
    text-align: center;
    margin-top: 5em;
    /* text-transform: uppercase; */
}

header h1 {
    margin-bottom: 4px;
}

header p {
    margin-top: 4px;
    color: #94A3B8;
}

h2 {
    text-transform: uppercase;
}

p {
    color: #64748B;
}