body {
background-image:url(https://file.garden/aA0eX2ASI2C8Ym93/backgrounds/fb452bb483d0e4c342bf72258104430a6a5fe5b2.gif);
width:470px;
height:100%;
cursor: url('https://file.garden/aA0eX2ASI2C8Ym93/cursors/cursor_point3a.gif'),  auto;
}

p {
	font-family:ms gothic;
	font-size:12px;
}

a {
	color:#ffa8b4;
}

::selection {
	background:pink;
	color:white;
}

#pinkborder {
  border-style:solid;
  border-image: url(https://file.garden/aA0eX2ASI2C8Ym93/button%20and%20banner%20templates/borders/tumblr_inline_mvpvg61hKT1qid2nw.webp) 11 fill round;
  border-width:8px;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
}


     .post {
  color: black;
  padding: 5px;
  font-family:ms gothic;
  border-width:8px;
  font-size:12px;
  border-style:solid;
  border-image: url(https://file.garden/aA0eX2ASI2C8Ym93/button%20and%20banner%20templates/borders/white-border.gif) 8 fill round;
  width:440px;
  height:455px;
  overflow-y:auto;
  margin:auto;
	 text-align:center;
	 }
	 
/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fc97aa; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fc97aa; 
}