/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



body{
background-color: #F9F5F3;
background-image: url('https://i.imgur.com/bNk12OW.png');
margin: 0px;
color: #3d2120;
}
 
#all{
width: 630px;
}
 
#side{
text-align: center;
width: 123px;
height: 100vh;
float: left;
background-color: #fff;
padding: 10px;
border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #3d2120;
}
 
#sideicon{
border: 1px solid #e98583;
}
 
.sideheader{
font-weight: normal;
margin: 5px 0px 0px 5px;
font-size: 20px;
font-family: "Computer Modern Serif", serif;
}
 
#aboutheader{
margin: 0px 0px -5px 0px;
}
 
#about{
text-align: justify;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
}
 
.divider{
border-bottom: 1px dashed #3d2120;
}
 
ul{
padding: 0px;
margin: 0px;
}
 
li{
list-style-type: none;
margin: 5px 0;
}
 
#main{
width: 600px;
height: 100vh;
float: left;
background-color: #fff;
overflow: scroll;
overflow-x: hidden;
}
 
#header{
background-image: url('res/mango2.png');
background-color: #fff;
height: 10px;
border-bottom: 1px solid #6b2d2b;
overflow: hidden;
}
 
#header h1{
margin: 25px;
font-weight: normal;
color: #fff;
font-size: 70px;
text-transform: uppercase;
line-height: 105px;
font-family: "Computer Modern Serif", serif;
}
 
.subheader{
font-weight: normal;
font-size: 30px;
margin: 0px 0px -5px 0px;
padding: 10px 10px 0px 10px;
font-family: "Computer Modern Serif", serif;
}
 
.postcontainer{
padding: 10px;
position: relative;
}
 
.iconanddatecontainer{
height: 92px;
border-bottom: 2px dashed #e98583;
font-family: "Computer Modern Serif", serif;
}
 
.icon{
border: 1px solid #3d2120;
}
 
.posttext{
padding: 0px 15px 0px 15px;
letter-spacing: 1px;
text-align: justify;
margin-top: -4px;
}
 
.icon{
position: absolute;
}
 
.date{
position: absolute;
right: 10px;
}
 
a{
text-decoration: none;
color: #D74329;
}
 
a:visited{
color: #D74329;
}
 
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: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #e98583;
}
 
#bg{
position:fixed;
bottom: 0px;
right: 0;
opacity: 0.9;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
z-index: 2;
}
