img#stamp {
  height: 40px;
margin-top: 5px;
    
}

div {
    display: block;
    unicode-bidi: isolate;
}


#leftSidebar {
    order: 1;
    margin-right
}

aside {
    display: block;
    unicode-bidi: isolate;
    padding-top: 15px;
    margin-right: 5px
}

.nav {
    width: 175px;
    font-size: 20px;
    margin-right: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: right;
}

.navbtn {
    width: 180px;
    padding-bottom: 2px;
    text-align: right;
}

.container {
    max-width: 1000px;
    margin-top: 30px;
    margin: auto;
    width: 1000px;
    height: 770px;
    display: flex;
    flex-direction: column;
}


.banner {
    height: 13%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer {
    height: 40px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.flex {
    flex-wrap: wrap;
    display: flex;
    
}

.main {
    flex: 1;
    order: 2;
    height: 563px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    background-image: linear-gradient(to top, #F6F3F5 ,#F9F8F9);
    overflow-y: auto;
    
}

.post {
    background-color: white; 
    padding: 4px; 
    padding-left: 15px;
    border-left-style: solid;
    border-left-color: #BBA7B6;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 15px;
}

#imain {
    flex: 1;
    order: 2;
    height: 610px;
    border-width: 0px;

}

.stamp
{
    height: 40px;
}


mark#dat {
  background-color: cornflowerblue;
  color: aliceblue;
}


body {
  font-family: 'ms gothic';
  font-size: 14px;
  background-image: url(sua3.png);
  background-size: 70%;
    background-position: left;
    background-repeat: no-repeat;
    background-color:  white;
    color: maroon;
            overflow-y: hidden
}

p{ 
    text-indent: 25px;
    margin-top: 13px;
    text-align: left;
    line-height: 15px;
    color: #5C4957;
    letter-spacing: -0.3px;
}   

#text09 { 
display: inline-block; 
transition: .2s ease; 
} 
#text09:hover { 
transform: translateY(-20%); 
  cursor:help;
}
  
a { 
display: inline-block; 
transition: .2s ease; 
    font-family: digidot;
    font-size: 24px;
    text-decoration: none;
    
} 

    a:link {
  color: #BBA7B6;
}


    a:visited {
  color: #BBA7B6;
}


    a:hover {
  color: #5C4957;
        transform: translateY(-20%); 
        cursor:help;
}


    a:active {
  color: whitesmoke;
}
          


h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    margin: 0;
    margin-top: 0px;
    font-family: 'rsq';
    color: #BBA7B6;
}

h2{
    font-size: 17px;
    font-weight: 100;
    text-align: left;
    margin: 0;
    font-family: 'prime';
        color: #BBA7B6;
}

h3{
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    font-family: 'digidot';
    margin-top: 10px ;
    padding: 2px;
    padding-left: 10px;
    letter-spacing: 3px;
    
  background-image: linear-gradient(to right, #F6F3F5 , white);
  color: #BBA7B6;
}

.highlite{
  background-color: #ededed;
  color: #888581;
    padding-left: 2px;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #888581;
}

mark {
    
    background-color: #f0ecdf;
    color: #8f8875;
        }
    

::-moz-selection { /* Code for Firefox */
  color: #8f8875;
  background: #f0ecdf;
}

::selection {
  color: #8f8875;
  background: #f0ecdf;
}



::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f1eee400;
}

::-webkit-scrollbar-thumb {
  background: #d1cecc;
}

::-webkit-scrollbar-thumb:hover {
  background: #888581;
}


// blau#A2BFEE hellish#CBBABA dunkler#847673 pink#EA98BB bghell #EFF3F7 text45505D

// pinkyyy BBA7B6 F6F3F5 5C4957 F9F8F9