body {
    background-image: url('/images/blog/blogbg.jpg');
}

body {
    font-family: 'NauticaRounded';
    background-attachment: fixed;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #eefbff;
  }

  ::-webkit-scrollbar-track:active {
    background: #bbefff;
    opacity:50%;
  }

  ::-webkit-scrollbar-thumb {
    background: #ef84bf;
    border-radius: 5px;
    border-width:2px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #f671ba;
  }
  /* scrollbar */

  ::selection {
    text-shadow: 0 0 5px #fe8abf;
    background-color: #ffdadb00;
}
  
.con{
    display:grid;
    grid-template-rows: 110px;
    grid-template-columns: 200px 200px 200px 200px 200px 200px 200px 200px;
}

h1 {
    text-align:center;
    grid-column: 3/6;
    font-size:40px;
    top:10px;
    color:#89dbf9;
    text-shadow: 0 0 10px #fffcf0, 0 0 10px #fffcf0;
    position:relative;
    margin:auto;
}

html {
    cursor: url('/images/cursor.cur'),default;
}


@font-face {
    font-family: 'NauticaRounded';
    src: url('NauticaRounded-ExtraBold.ttf');
}

@font-face {
    font-family: 'Nathalia';
    src: url('Nathalia.ttf');
}

.container {
    position:relative;
    display:grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 80px;
    grid-template-columns: 80px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
}

.pg {
    background-image: url('/images/blog/bearbg.png');
    grid-row: 1/7;
    grid-column: 3/13;
    left:1500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
}

.inside {
    background-image: radial-gradient(#f2cede, #ffffff);
    height: 560px;
    margin:20px;
    border-radius: 10px;
    color:#49cfff;

}

.backbutton {
    width:32px;
    height:32px;
    cursor: url('/images/pointer.cur'),pointer;
    position:absolute;
    top:5px;left:10px;
}

.microblog {
    
    width:435px;
    height:500px;
    transform: translateY(30px);
    margin-left:25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;

}

.blogblog {
    
    width:435px;
    height:500px;
    margin-left:500px;
    transform: translateY(-495px);
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;

}

h2 {
    text-align:center;
    padding-top:15px;
    font-size:30px;
}

.scrolly {
    overflow-y:scroll;
    scrollbar-color: #ef84bf #fbe8ac00;
    scroll-behavior: smooth;
   }

   .m-text {
    margin-left:40px;
    margin-right:40px;
    padding-right:30px;
    height:425px;
    font-size:24px;

   }

   .b-text {
    color:#ef84bf;
    text-align:center;
    margin-left:40px;
    margin-right:40px;
    padding-right:40px;
    padding-left:40px;
    height:325px;
    font-size:24px;
    padding-top:100px;

   }

   small {
    grid-row: 1/1;
    text-align:center;
    color:#89dbf9;
    text-shadow: 0 0 10px #fffcf0, 0 0 10px #fffcf0;
    position:relative;
    top:20px;
    left:590px;
    margin:auto;
   }

   .rukiddingme {
    position:absolute;
    display:grid;
    left:35px;
    grid-template-rows:0px 40px;
   }
   
      #s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:6px;
	background:#ef84bf; /* fallback if rgba not supported */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:5px;
	/* font */
	font-family:'NauticaRounded';
	font-size:18px;
	line-height:16px;
	color:#fff;
}
  