	* {margin:0; padding:0;}
	html {
		/*Disable Scroll @ Axis-X*/
		overflow-x:hidden;

		scrollbar-width:thin; /* \"auto\" or \"thin\" */
		scrollbar-color:#FF0033 grey;	/*#C69500*/ /*blue orange*/;	/* scroll thumb and track */
		scroll-behavior:smooth;
	}
	body {
		/*background-color:transparent;*/ /*Default bg, similar to the background's base color*/
		/*background-image:url('../../assets/imgwallpaper/img-742824-most-popular-openbsd-wallpaper-1920x1080.webp');*/
		/*background-position:bottom 5px right 7px;*/ /*bottom right*/ /*Positioning*/
		/*background-repeat:no-repeat;*/ /*Prevent showing multiple background images*/

		/*background-image:url('../../assets/themeXMas/img-Merry-Christmas-hd-Wallpapers-Images-Free-Download-4.webp'), url('../../assets/img-742824-most-popular-openbsd-wallpaper-1920x1080.webp');*/
		background-image:url('../../assets/imgwallpaper/img-xThreads.png'), url('../../assets/imgwallpaper/img-742824-most-popular-openbsd-wallpaper-1920x1080.webp');
		background-repeat:no-repeat, no-repeat;
		background-position:center bottom, center center;
		-webkit-background-size:cover,cover; -moz-background-size:cover,cover; -o-background-size:cover,cover; background-size:cover,cover;
		margin:0; padding:0; width:100%; height:100%;
		background-color:rgba(2,16,39,0.75) /*#021027*/ /*navy blue*/;

		min-height:100vh;
		box-sizing:border-box;
		padding-top:3vh /*10vh*/;
		/*font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
		/*font-family:Consolas,"courier new";*/
		font-family:Helvetica,Trebuchet,Arial,sans-serif;
		font-size:75%;
		font-weight:300;
		line-height:1.3/*1.5*/;
		max-width:60rem;
		margin:0 auto;
		
		color:#FFFFFF;
		scrollbar-width:thin;			/* "auto" or "thin" */
		scrollbar-color:#FF0033 grey;	/*#C69500*/ /*blue orange*/;	/* scroll thumb and track */
		scroll-behavior:smooth;
	}

	.btn {
		background-color:#2ecc71;
		border:1px solid white;
		border-radius:5px;
		text-decoration:none;
		color:white;
		padding:6px;
	}
	.btn:hover {background-color:#0fa84f;}

	.chanserver {
		background-color:rgba(0,0,0,0.75);
		width:auto /*600px*/;
		height:75px;
		padding:10px 20px;
		overflow-x:hidden;
		overflow-y:auto;
		font-weight:bold;
		color:yellow;

		scrollbar-width:thin;			/* "auto" or "thin" */
		scrollbar-color:#FF0033 grey;	/*#C69500*/ /*blue orange*/;	/* scroll thumb and track */
		scroll-behavior:smooth;
	}
	.chaninfo {
		background-color:rgba(0,0,0,0.75);
		width:auto /*600px*/;
		height:75px;
		padding:10px 20px;
		overflow-x:hidden;
		overflow-y:auto;
		font-weight:bold;
		color:cyan;

		scrollbar-width:thin;			/* "auto" or "thin" */
		scrollbar-color:#FF0033 grey;	/*#C69500*/ /*blue orange*/;	/* scroll thumb and track */
		scroll-behavior:smooth;
	}
	.chanpost {
		background-color:rgba(0,0,0,0.75);
		/*background-color: #fed9ff;*/
		width:auto /*600px*/;
		height:250px;
		padding:10px 20px;
		overflow-x:hidden;
		overflow-y:auto;
		text-align:left;

		scrollbar-width:thin;			/* "auto" or "thin" */
		scrollbar-color:#FF0033 grey;	/*#C69500*/ /*blue orange*/;	/* scroll thumb and track */
		scroll-behavior:smooth;
	}
