/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


body {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    background-image: url('https://turntech-godhead.neocities.org/blogbg.png');
    background-size: cover;
    background-attachment: fixed;
}

.side {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    padding-top: 20px;
    color: white;
    text-align: left;
    padding: 20px;
    padding-left: 35px;
    font-size: 25px;
}

.side a,
.side a:visited {
    color: #E00707;
    text-decoration: none;
}

.pfp img {
    width: 200px;
}

.prn {
    color: rgb(199, 199, 199);
    font-size: 17px;
}

.user {
    color: #E00707;
    font-size: 17px;
}

.main {
    margin-left: 350px;
    padding: 0px 10px;
    font-size: 50px;
}


.post {
    width: 800px;
    height: auto;
    padding: 5px;
    margin: 10px;
}

.puser {
    position: relative;
    z-index: 1;
}

.content {
    border-left: 4px solid #E00707;
    border-bottom: 4px solid #E00707;
    border-right: 4px solid #E00707;
    margin-left: 20px;
    position: relative;
    top: -50px;
    padding: 10px;
    width: 735px;
    background-color: white;
}

.content p {
    font-size: 17px;
    margin-left: 45px;
    color: #E00707;
}

.btm {
    margin-top: 10px;
    color: grey !important;
}

.back {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-size: 15px;
}

.footer {
    position: fixed;
    bottom: 5px;
    left: 5px;
    color: white;
    z-index: 2;
    font-size: 10px;
}