@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*
top = rgb(253, 206, 161);
bottom = 
*/

:root {
    --green: rgb(97, 118, 59);
}

html {
    background-image: linear-gradient(to bottom, rgb(253, 206, 161), #ffe);
    background-repeat: repeat-x;
    background-size: 100% 200px;
    background-color: #ffe;
    color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: 400
}

li {
    list-style: none
}

caption,th {
    text-align: left
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

body {
    color: #800;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small
    text-align: center;
}

table {
    font-size: inherit;
    font: 100%
}

pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

#container {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}

header {
    margin: 30px auto;
    text-align: center;
}

header h1 {
    font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", sans-serif;
    font-weight: bold;
    font-variant-caps: small-caps;
    font-size: 500%;
}

main {
    margin: 10px;
    padding: 10px;
    border: 1px solid #d9bfb7;
}

.file, .postInfo {
    display: block;
}

.file .fileText {
    max-width: 600px;
    white-space: nowrap;
}

.file .fileThumb {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.file .fileThumb img {
    float: left;
    max-width: 250px;
}

.postInfo {
    margin-bottom: 1em;
}

.postInfo .subject {
    color: #cc1105;
    font-weight: 700;
}

.postInfo .name {
    color: purple;
    font-weight: 700;
}

.postMessage::after {
    display: block;
    content: " ";
    clear: both;
    width: 100%;
}

.postMessage blockquote {
    display: table;
    margin: 5px 0;
    border-left: 1px solid var(--green);
    padding-left: 5px;
    color: var(--green);
}

@media (max-width: 768px) {
    header h1 {
        font-size: 3em;
    }
}