.sb-body{
  background-color:#171717;
  background-attachment:fixed;
  background-image: url(https://camp2.rectangle.zone/subwikifiles/wc2/images/a/ab/SmashboardsBG_L.jpg),  url(https://camp2.rectangle.zone/subwikifiles/wc2/images/c/c0/SmashBoardsBG_R.jpg);
  background-repeat: no-repeat;
  background-size: contain, contain;
  background-position: calc(50vw - 520px - (100vh * .4)) 10px,calc((100vw + 1375px) / 2 - 8px) 10px;
  counter-reset:postNumber;
}
.sb-header::before{
	content:"";
	background-image: url(https://camp2.rectangle.zone/subwikifiles/wc2/images/b/b9/Sb-banner.png);
	background-position: top center;
	position:absolute;
	width:100%;
	height:220px;
	opacity:0.65;
}
.sb-post-number::after{
	counter-increment:postNumber;
	content: counter(postNumber);
}

/* nyehhh, any-nyone ask for a Darner special whirlish? 🌪️🌪️🌪️🌪️🌪️*/