:root {
    overflow-x: hidden;
    text-align: center;
    scrollbar-color: #868 #202;
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "roboto flex";
    background: linear-gradient(to bottom, #808, #202);
    min-height: 85vh;
    max-width: 100vw;
}

h1.smallspace,
h2.smallspace,
h3.smallspace,
h4.smallspace,
h5.smallspace,
h6.smallspace {
    margin-top: 0pt;
    margin-bottom: 0pt;
}












/* content */
div.content {
    background-color: #ffccff;
    padding: 10px;
    margin: 50px auto 10px;
    min-height: 85vh;
    max-width: 800px;
    justify-content: center;
    border-radius: 10px;
    border: #404 solid 5px;
}

div.content-flecks {
    /* min-height: 85vh; */
    display: flex;
    align-content: center;
}

div.content ul {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
}

div.half {
    /* flex-direction: column; */
    min-width: 50%;
    display: flex;
    flex-flow: column;
    flex-shrink: unset;
}

div.half-img {
    /* flex-direction: column; */
    width: 50%;
    display: flex;
    height: min-content;
}

div.half-img img {
    max-width: 100%;
    max-height: min-content;
    object-fit: contain;
    /*min-width: min-content;*/
}


div.subcontent {
    background-color: #ffccff;

    padding: 10px 30px;
    margin: 5px auto 5px;
    border-radius: 10px;
    border: #404 solid 5px;

    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: nowrap;

    overflow: visible;
    min-height: 80pt;
    text-align: left;
    justify-content: center;

    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

div.subcontentcontainer {
    gap: 10px;
    background-color: #ffccff;

    padding: 10px;

    margin: 50px 1pt 10px;
    border-radius: 10px;
    border: #404 solid 5px;
    max-width: 800px;

    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;

    /* display: flex; */


    scrollbar-width:none;
    overflow-x: scroll;
    scrollbar-track-color: #0000;
    /* Kat had never seen such blasphemy before. */
}
div.subcontentcontainer#jasonMargin {
    margin: 0px 1pt 10px;
}
div#header {
    padding-bottom: 8.5pt;
    padding-top: 5pt;
    margin-left: -10px;
    margin-top: -2pt;
}
div#contentsted_property {
    padding: 10px;
    padding-top: 0px;
    margin: auto;
}

div.subcontentcontainer span {
    display: flex;
    gap: 10px;
    min-width: max-content;
    align-items: start;
    flex-direction: row;
}

h2#leftificator_Lol {
    text-align:left;
    margin-left: 10pt;
}

li#GETAHHHTAHEER {
    list-style-type: none;
}
li#quieterGETAHHT {
    font-size: 6pt;
    color:#8084;
    list-style-type: none;
    text-align: center;
}
img#emoji {
    width: 15pt;
    height: auto;
    padding: 0pt 5pt;
    margin-top: 1pt;
    margin-bottom: -1pt;
}
div.subcontent#transient {
    background-image: url("img/transient.svg");
    background-size: contain;
    /* background-blend-mode:; */
}

span#defixerator div.half-img-2 li{
    text-align: left;
}
span#defixerator {
    display: flex;
}
div.half-vid {
    display: flexbox;
    flex-grow: 1;
    align-self: center;
}