body{
    font-family: Arial, serif;
    image-rendering:pixelated;
    margin:0;
    background-color: antiquewhite;
}

.posts{
    margin: 0 0 2em 0;
}

.forumcontainer{
    background:white;
    width: 60%;
    height:100%;
    padding: 2em;
    margin-left:auto;
    margin-right:auto;
}

.topic{
    padding-bottom:1em;
    font-weight:bold;
}

.topic::before{
    content:"TOPIC: ";
    font-weight:normal;
}

.header{
    display:block;
    height: 20%;
    background-size: 100% 100%;
    background-image: url('/assets/img/houndgodheader.png');
    background-repeat: no-repeat;
    color:white;
    font-size:15vmin;
    width:100%;
    white-space: nowrap;
    overflow-x:scroll;
    scrollbar-width: none; 
}

.scroll{
    filter: blur(0.5px);
    display:inline-block;
    width:100em;
}

.forum{
    min-width:60vmin;
    display:flex;
    justify-content:center;
    margin-bottom:1em;
    font-size:0.9em;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5)
}

li:first-letter{
    color:#660000;
}

.bio{
    padding: 0.5em;
    padding-top:0.9em;
    min-width: 15vmin;
    word-wrap: break-word;
    text-align:center;
    font-size:0.9em;
    background-color:  burlywood;
    border-radius: 5px 0 0 5px;
    border:solid;
    border-width: thin;
}

.bio p{
    line-height:1;
    font-size:0.9em;
    font-weight: bold;
}
.bio p:last-child{
    font-style: italic;
    font-weight:normal;
    margin-top:-0.5em;
}

.icon, .sidebar p{
    margin-left:auto;
    margin-right:auto;
}


.icon{
    width: 10vmin;
    height: 10vmin;
    padding:2px;
    background-color:black;
    background-size:cover;
    border: 1px solid black;
    background-image: url('/assets/img/Rose_of_Jericho.gif')
}

.bea{
    background-image:url('/assets/img/thang.jpg');
}
.timestamp{
    padding-bottom:2px;
    border-width: 1px;
    border-bottom-style: solid;
    font-size:0.8em;
    margin-top:-5px;
}

.post{
    width: 80%;
    padding: 4%;
    background-color: white;
    border-radius: 0 5px 5px 0;
    border-right: solid;
    border-top: solid;
    border-bottom:solid;
    border-width: thin;
}