/* new stuff ewehe*/
:root {
     --dk-color:#bf69a9;
     --mid-color:#b9a6f2;
     --lt-color:#ece5ff;
     --dkest-color:#8c4a7c;
      --accent:	#aa3c73;
}
body{
background-color: #D6D0C8;
background-image: url(water.png);
margin-top: 0px;
}

#all{
width: 660px;
position: relative;
left: 10%;
}

#header{
background-image: url('https://i.imgur.com/jupbmhn.png');
background-color: #3333cc;
color: #dedbd3;
font-family: 'Iceberg', serif;
border-radius: 0px 0px 7px 7px;
width: 460px;
height: 105px;
margin-left: 12px;
box-shadow: 5px 5px #302A27;
}
 
#header h1{
margin: 0px;
font-weight: normal;
text-align: center;
font-size: 40px;
line-height: 105px;
text-shadow: 3px 3px #302A27;
}
 
#img{
background-image: url('earth.gif');
position: absolute;
top: 45px;
right: 0px;
width: 150px;
height: 150px;
z-index: 2;
}
 
#maincontainer{
width: 520px;
}
 
.postcontainer{
width: 520px;
position: relative;
top: 10px;
color: #302A27;
}
 
.icon{
width: 100px;
height: 100px;
box-shadow: 4px 4px #4E4B44;
position: absolute;
top: -45px;
z-index: 3;
}
 
.post{
border-radius: 25px;
background-image: url(subtle-grey.png);
background-color: #f3fcf3;
width: 480px;
box-shadow: 5px 5px #302A27;
margin-top: 55px;
margin-left: 35px;
}
 
.subheaders{
text-align: right;
padding: 7px 7px 0px 0px;
margin: 0px;
font-weight: normal;
font-family: 'Iceberg', serif;
font-size: 20px;
 
}
 
.date{
text-align: right;
padding: 0px 7px 0px 0px;
margin: 0px;
font-weight: normal;
font-family: 'Iceberg', serif;
font-size: 14px;
text-decoration: underline;
text-decoration-style: dashed;
}
 
.posttext{
padding: 15px;
text-align: justify;
letter-spacing: 1px;
font-family: 'Electrolize', serif;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: #302a27;
}
 
::-webkit-scrollbar-thumb{
background-color: #615955;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}
 
#nav{
position: fixed;
top: 0px;
right: 7%;
width: 145px;
background-image: url('https://i.imgur.com/jupbmhn.png');
background-color: #3333cc;
border-radius: 0px 0px 7px 7px;
text-align: center;
font-family: 'Iceberg', serif;
box-shadow: 2px 3px #302A27;
}
 
ul{
padding: 0px;
margin: 0px;
}
 
li{
list-style-type: none;
margin: 7px 0;
text-shadow: 2px 2px #302A27;
}
 
a{
color: #dedbd3;
text-decoration: none;
}
 
a:visited{
color: #dedbd3;
}
 
a:hover{
color: #dedbd3;
font-style: italic;
}
 
a:active{
color: #dedbd3;
font-style: italic;
font-weight: bold;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur257.ani), url(https://cur.cursors-4u.net/cursors/cur-3/cur257.png), auto !important;} /* End https://www.cursors-4u.com */

#poop {
text-shadow: -1px 0 #DA6C8C, 0 1px #DA6C8C, 1px 0 #DA6C8C, 0 -1px #DA6C8C, 0 0;
 font-style: bold;
 font-size:2em;
 font-weight:bold; 
 color: #ffffff;
}