#Header{
height: 70px;
width: calc(100% - 40px);
background-color: #000;
border: 3px dotted;
position: fixed;
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 5px;
}

#HeaderLogo{
height: 100%;
width: auto;
}

#Login{
color: #fff;
padding-right: 35px;
font-weight: bold;
}

body {

background: url('https://lynnesblog.neocities.org/img/background.gif');
color: white;
font-family: Verdana;
}

#Container{
width: 64%;
height: 100%;
margin: 0 auto;
padding-top: 103px;
display: flex;
justify-content: center;
flex-direction: row;
}

#PostContainer{
width: 100%;
background-color: transparent;
border: 3px dotted; 
margin-bottom: 20px;
}

/*#PostContainer p, h1{
padding: 0 10px;
}

#PostDate{
color: #656565;
font-style: italic;  
}

#CommentBox{
border: 1px solid #656565;
margin-bottom: 20px;
padding: 0 8px;
}
#CommentBox #Login{
padding: unset;
}
*/

/* feel free to rename this lol */
#BodyContainer {
margin: 0 10px;
margin-top: 20px;
margin-left: 5px;
}

#LinksBox{
background-color: #000;
border: 3px dotted;
width: 35%;
height: 150px;
padding: 20px 15px;
margin-right:20px;
}

#PostBox{
width: 55%;;
height: 100%;
}

#InfoBox{
background-color: #000;
border: 3px dotted;
width: 35%;
height: 150px;
padding: 20px 15px;
margin-left: 20px;
}

/*Blog Post Shit*/

#msg{
background-color: #000;
border: 3px dotted;
padding: 20px 15px;
margin-bottom: 20px;
}

#MsgTitle{
margin-top: unset;
}

#MsgDate{
color: #656565;
font-style: italic; 
font-size: 13px;
}
