html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
    outline: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word; /*  CSS Tricks: break-all is broken, use break-word instead  */
}

html, body {
    font-family: 'Lilita One', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #71d8f2;
    line-height: 1.5;
    width: 100%; height: 100%;
}

section, div, ul, li, th, td, p {
    padding: 0.4em;
} @media (max-width: 50em) {
    section, div, ul, li, th, td, p {
        padding: 0.8vw;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    padding: 0.2em;
}
h1 {
    font-family: 'Sniglet', 'Roboto', sans-serif;
    font-size: 250%;
}
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 110%; }

a {
    text-decoration: none;
    color: inherit;
} 

img, li {
    max-width: 98%;
    height: auto;
}

button { cursor: pointer; }

@media (min-width: 60em) {
    body { font-size: 1.667vw; } 
}

@media screen and (max-width: 16rem) {
    header, footer, div, ul, li, h1, h2, h3, h4, h5, h6 { 
        padding-left: 1vw;
        padding-right: 1vw;
    }    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    span { white-space: normal; }
}
