
  
  body {
      font-family: 'text1';
     color: #6fa8dc;
background-color: #080e12;
      overflow: hidden;
  }
  
  p {
      margin:0px;
  }

  .base {
      position: relative;
      margin: auto;
      width: 100vw;
      height: 100vh;
      background-color: transparent;
      overflow: hidden;
      
  }

.side{
text-align: center;
      width:29vw;
height: 100vh;
      position:fixed;
      top:0px;
      right:0px;
background-color: #080e12;
padding: 10px;
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #073763;
}

.main{
      position:fixed;
      top:0px;
      left:0px;
      width:69.5vw;
height: 100vh;
float: left;
background-color: #080e12;
overflow: scroll;
overflow-x: hidden;
}

#header{
background-image: url('https://i.pinimg.com/736x/95/cb/b1/95cbb18819494c31577a93c514c56173.jpg');
height: 70px;
border-bottom: 1px solid #073763;
}

#header h1{
margin: 0px;
font-weight: normal;
color: #f0f8ff;
font-size: 70px;
line-height: 105px;
font-family: "title2";
}

#aboutheader{
margin: 0px 0px -5px 0px;
}

#about{
    position: relative;
    bottom: 0px;
text-align: center;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
}

.divider{
border-bottom: 1px dashed #073763;
}

ul{
padding: 0px;
margin: 0px;
}

li{
list-style-type: none;
margin: 5px 0;
}


.subheader{
font-weight: normal;
font-size: 30px;
margin: 0px 0px -5px 0px;
padding: 10px 10px 0px 10px;
font-family: "title2";
}

.postcontainer{
padding: 10px;
position: relative;
}

.iconanddatecontainer{
height: 92px;
border-bottom: 2px dashed #073763;
font-family: "text1";
}

.icon{
border: 1px solid #f0f8ff;
}

.posttext{
padding: 0px 15px 0px 15px;
letter-spacing: 1px;
margin-top: -4px;
}

.icon{
position: absolute;
}

.date{
position: absolute;
right: 10px;
}

a{
text-decoration: none;
color: #f0f8ff;
}

a:visited{
color: #be9d63;
}

a:hover{
font-style: italic;
font-weight: bold;
}

a:active{
font-weight: bold;
font-style: italic;
}

::-webkit-scrollbar{
width: 5px; 
}
    
::-webkit-scrollbar-track{
background-color: #02134e;
}

::-webkit-scrollbar-thumb{
background-color: #f0f8ff;
}