body {
    background-color: silver;
    background: radial-gradient(circle, #ffffff 50%, silver 70%);
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    font-family: Arial, Helvetica, sans-serif;
}
.gutter {
    flex-grow: 1;
}
.l0phty {
    flex-grow: 1;
    flex-direction: column;
    text-align: center;
    max-width: 1920px;
}
.incoming-bro-time-to-get-small {
    font-size: smaller;
}
.header {
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1em;
    border: solid 1px silver;
}
.header .intro {
    order: 1;
    padding: 1em;
    font-size: 1.5em;
    text-align: left;
}
.header .logo {
    order: 2;
    padding: 1em
}
.header .logo img {
    max-width: 15em;
}
.header .logo a {
    text-decoration: none;
    color: steelblue;
    font-weight: bold;
}
.header .logo p {
    font-size: small;
    padding-top: 0;
    text-align: center;
}
.lulz {
    padding: 2vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    gap: 2vw;
}
.lulz a {
    padding: 1em;
}
.lulz a img {
    width: 8vw;
    max-width: 10em;
}
#based-plex {
    font-size:x-large;
    color: #f7931a;
    font-weight: bolder;
}
.shema {
    font-size: xx-large;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor:default;
    height: 2em;
    padding-top: 1em;
}
.hinted {
    text-decoration: underline dotted;
    cursor: help;
}
@media (max-height: 1600px) {
    .shema {
        font-size: large;
        position: relative;

    }
}