               *{
                    margin: 0; 
                    padding: 0; 
                    box-sizing: border-box; 
                    cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), progress;}

               :root{
                    --nte: #181818; /* night */
                    --jet: #202020; /* jet */
                    --gar: #6D3C37; /* garnet */
                    --ebn: #52573F; /* ebony */
                    --mos: #7D9941; /* moss green */
                    --msg: #918F58; /* moss green */
                    --sge: #A3A775; /* sage */
                    --sea: #FAFAFA; /* seasalt */

                    --dom: 'Domine', Georgia, serif; /* domine */
                    --pop: 'Poppins', Arial, sans-serif; /* poppins  */}
               
               #s-m-t-tooltip{ 
                    position: fixed; 
                    top: 10px; 
                    left: 20px; 
                    color: var(--msg); 
                    font: 7pt var(--pop); 
                    text-align: center; 
                    font-weight: bold; 
                    letter-spacing: 1px; 
                    text-transform: lowercase; 
                    margin: -10px 0px 0px 5px; 
                    padding: 5px 10px 5px; 
                    background-color: var(--nte); 
                    display: block;
                    z-index: 999;}
                    
               body{
                    position: absolute;
                    top: 0;
                    left: 0;
                    min-width: 100%;
                    min-height: 100%;
                    font-size: 12pt;
                    line-height: 1.5;
                    text-transform: lowercase;
                    background-color: var(--gar);
                    background-image: url('https://i.ibb.co/TB8xD4YX/stardust.png');
                    background-position: center;
                    background-repeat: repeat;
                    display: block;}

               b, i {color: var(--ebn);}
               strong, em{color: var(--gar);}
               s, strike{color: var(--msg); font-style: italic;}

               u{
                    color: var(--mos);
                    text-decoration: none;
                    display: inline;
                    border-bottom: 1px solid var(--msg);}

               a, a:active, a:link{
                    color: var(--gar);
                    text-decoration: none;
                    transition: all 0.5s ease-in-out;
                    -webkit-transition: all 0.7s ease-in-out;
                    -moz-transition: all 0.7s ease-in-out;}

               a:hover{
                    color: var(--mos);
                    transition: all 0.7s ease-in-out;
                    -webkit-transition: all 0.7s ease-in-out;
                    -moz-transition: all 0.7s ease-in-out;}

               ::-webkit-scrollbar {
                    width: 18px;
                    height: 18px;
                    background-color: var(--gar);}
           
               ::-webkit-scrollbar-track {
                    border: 8px solid var(--gar);
                    background-color: var(--gar);}
           
               ::-webkit-scrollbar-thumb {
                    min-height: 35px;
                    min-width: 35px;
                    background-clip: padding-box;
                    background-color: var(--sge);
                    border: 8px solid var(--gar);
                    border-top: 8px;
                    border-bottom: 10px;}
           
               ::-webkit-scrollbar-button {
                    width: 0;
                    height: 0;}
               
               ::selection{ 
                    color: var(--msg); 
                    background-color: var(--nte);}

               #navbar-iframe{ 
                    width: 0px; 
                    height: 0px; 
                    display: none;}
               
               td.tbl{display: none;}

               #wrap{
                    position: absolute;
                    top:0px;
                    left: 0px;
                    min-width: 100%;
                    min-height: 100%;
                    margin: 0;
                    display: block;}

                    #blog{
                         position: relative;
                         width: 650px;
                         min-height: 100%;
                         margin: 50px auto;
                         display: block;
                         clear: both;}

                         #head{
                              overflow: hidden;
                              max-height: 150px;
                              margin: 0 auto 25px;
                              display: block;
                              clear: both;}

                              #head > .icon{
                                   float: left;
                                   overflow: hidden;
                                   width: 250px;
                                   height: 150px; 
                                   margin: 0 25px 25px 0;
                                   padding: 25px;
                                   background-color: var(--sge);
                                   display: inline;
                                   border-radius: 25px;}

                              .icon > .imgh{
                                   overflow: hidden;
                                   width: 200px;
                                   height: 100px;}

                              .imgh > img{
                                   position: relative;
                                   top: -50px;
                                   margin: 0 auto;
                                   display: block;}

                              #head > .info{
                                   float: right;
                                   overflow: hidden;
                                   width: 375px;
                                   height: 150px;
                                   margin: 0 0 25px 0;
                                   padding: 25px;
                                   background-color: var(--sge);
                                   display: inline;
                                   border-radius: 25px;}

                              .info > .text{
                                   position: relative;
                                   overflow: hidden;
                                   width: auto;
                                   height: 102px;
                                   color: var(--ebn);
                                   font: 8pt var(--pop);
                                   text-align: center;
                                   text-transform: lowercase;}

                              .text > span.kret{
                                   color: var(--ebn);
                                   font: 12pt var(--pop);
                                   text-align: right;
                                   text-transform: lowercase;
                                   line-height: 1.5;
                                   margin: 0 10px  15px auto; 
                                   padding: 5px 5px 10px;
                                   display: inline-block;
                                   border-bottom: 1px solid var(--ebn);
                                   transition: all 0.7s ease-in-out;
                                   -webkit-transition: all 0.7s ease-in-out;
                                   -moz-transition: all 0.7s ease-in-out;}

                              .text > url{
                                   color: var(--sge);
                                   text-align: right;
                                   font-style: italic; 
                                   font-weight: 500;
                                   padding: 5px 10px;
                                   background-color: var(--ebn);
                                   display: inline-block;}

                              .text > love{color: var(--mos); font-weight: 700;}

                              .text > spce{height: 2px; display: block;}

                         #navb, #foot{
                              position: relative;
                              overflow: hidden;
                              width: 650px;
                              height: auto;
                              text-align: center;
                              margin: 0 auto 25px;
                              padding: 25px 0 25px 25px;
                              background-color: var(--sge);
                              clear: both;
                              border-radius: 15px;}

                              a.navi, a.navi:active, a.navi:link, a.navi:visited, 
                              a.feet, a.feet:active, a.feet:link, a.feet:visited, 
                              a#navi, a#navi:active, a#navi:link, a#navi:visited{
                                   color: var(--ebn);
                                   font: 7.5pt var(--pop);
                                   line-height: 1.5;
                                   text-align: center;
                                   text-transform: uppercase;
                                   font-weight: 700;
                                   display: inline-block;
                                   transition: all 0.7s ease-in-out;
                                   -webkit-transition: all 0.7s ease-in-out;
                                   -moz-transition: all 0.7s ease-in-out;}

                              a.navi:hover, a.feet:hover, a#navi:hover{
                                   color: var(--mos);
                                   transition: all 0.7s ease-in-out;
                                   -webkit-transition: all 0.7s ease-in-out;
                                   -moz-transition: all 0.7s ease-in-out;}
                              
                              a.navi, a.navi:active, a.navi:link, a.navi:visited, a.navi:hover, 
                              a#navi, a#navi:active, a#navi:link, a#navi:hover{
                                   width: 100px;
                                   margin: 0 25px 0 0;
                                   padding-bottom: 10px; 
                                   border-bottom: 1px solid var(--ebn);}

                              a.feet, a.feet:active, a.feet:link, a.feet:visited, a.feet:hover{float: left; width: 48%;}

                         #post{
                              position: relative;
                              overflow: hidden;
                              width: 650px;
                              height: auto; 
                              display: block;
                              clear: both;}
                              
                              .cont{
                                   margin: 0 0 25px;
                                   padding: 25px 25px 10px;
                                   background-color: var(--sge);
                                   display: block;
                                   border-radius: 15px;}

                              .pinf{
                                   position: relative; 
                                   width: auto;
                                   min-height: 30px;
                                   margin: 0 auto 25px; 
                                   display: block;
                                   clear: both;}

                              .flag, .date{
                                   font: 8pt var(--pop);
                                   line-height: 1;
                                   text-transform: uppercase;
                                   letter-spacing: 1px;
                                   word-wrap: break-word;
                                   padding: 15px;
                                   display: block;}

                              .flag{
                                   float: left;
                                   overflow: hidden;
                                   width: 80%;
                                   height: auto;
                                   text-align: left;
                                   display: block;
                                   border-bottom: 1px dashed var(--ebn);}

                              .date{
                                   float: right;
                                   overflow: hidden;
                                   width: 15%;
                                   height: auto;
                                   color: var(--sge);
                                   font-style: italic; 
                                   font-weight: 500;
                                   text-align: center;
                                   margin: 0 0 0 5px;
                                   background-color: var(--ebn);
                                   display: inline;}

                              .chat{
                                   color: var(--nte);
                                   font: 9pt var(--pop);
                                   line-height: 1.5;
                                   text-align: left;
                                   text-transform: lowercase;
                                   padding: 10px 25px 25px;
                                   display: block;
                                   clear: both;}
                              
                              .chat > img{max-width: 500px; text-align: center; display: block;}
                              .chat > p.blogger-labels{display: none;}
                              .chat > br{line-height: 3px;}

                         #side{
                              position: fixed;
                              bottom: 30px;
                              right: 30px;
                              width: 24px;
                              font: 9pt var(--pop);
                              line-height: 1;
                              text-align: center;
                              display: block;
                              border-radius: 10px;}

                              .snav a, .snav a:active, .snav a:link, .snav a:visited{
                                   width: 25px;
                                   height: 25px;
                                   color: var(--ebn);
                                   font-weight: 500;
                                   text-align: center;
                                   text-shadow: 0px 0px 0px;
                                   margin-bottom: 10px;
                                   padding: 7px 10px 10px 6.5px;
                                   background-color: var(--sge);
                                   display: inline-block;
                                   border-radius: 80%;
                                   transition: all 0.7s ease-in-out;}
                    
                              .snav a:hover{
                                   color: var(--gld);
                                   text-shadow: 0px 0px 0px;
                                   transition: all 0.7s ease-in-out;}

