
body {
	font-family: "Consolas", "Arial", sans-serif;
	font-size: 13px;
	background: #2c231d; 
	text-align: left; 
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
	color: #bcbea4;
	background: url("assets/24.png");
	background-repeat: repeat;

}

/* #footer {
	position: fixed;
	font-size: 12px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #2c231d;
	color: #bcbea4;
	text-align: center;
  } */

  footer {
	/* position: fixed;
	font-size: 12px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: transparent;
	color: #bcbea4;
	text-align: center; 
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
    left: 0; 
    overflow: hidden;
	padding-bottom: 15px; */

	background-color: transparent;
	color: #bcbea4;
	text-align: center; 
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 2.5rem;
  }



li {
  text-align: left;
  margin-left: 20px
  }

h1 {
  text-align: center;
  font-size: 27px;
  letter-spacing:4px;
  }
  
  hr {
	border-bottom: 1px solid black;
	border-top: none;
}

.left {
  text-align:left;
  }


/*no scroll*/
.box-noscroll {
	margin: 1% auto 4% auto;
	background-color: transparent;
	border: 1px solid transparent;
	width: 1055px;
	padding: 5px;
}


.bottompad {
	width: 100%;
	height: 50px;
	margin: 50px;
	background-color: transparent;
	overflow: auto;
}


/*Prevent overflow of large images.*/
.box img, .box-noscroll img, .box-round img {
  max-width: 100%;
  height: auto;
  }
  


	*{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		}
				
		a{
			color: #edffaa;
			text-decoration: none;
			}
			
			a:visited{
			color: #dcaae2;
			}
			
			a:hover{
			font-weight: bold;
			}
			
			a:active{
			font-style: italic;
			font-weight: normal;
			}

		.container{
		display: flex;
		flex-direction: column;
		margin-left: 200px;
		}

		hr {
			border-bottom: 1px solid #edffaa;
			border-top: none;
		}
		
		.headerwrapper{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		}

		
		.boxgap{
		display: flex;
		flex-direction: column;
		gap: 1rem;
		}
		
		.box{
		display: flex;
		flex-direction: row;
		background-color: #fffefc;
		border: 1px solid #000000;
		}
		
		.left{
		border-right: 1px dashed #000000;
		padding: 0.7rem;
		text-align: center;
        float: left;
		width: 100%;
        height: 100%;
		background-color: #7a2e76;
		color: #bcbea4;
		}

		.left2{
			border-right: 1px dashed #000000;
			padding: 0.7rem;
			text-align: center;
			width: 200px;
			height: 100%;
			background-color: #7a2e76;
			color: #bcbea4;
			}
		
		.middle{
			padding: 0.7rem;
			text-align: center;
			width: 200px;
			height: 100%;
			background-color: #7a2e76;
			color: #bcbea4;
		}
	
		.right{
			border-left: 1px dashed #000000;
			padding: 0.7rem;
			text-align: center;
			width: 200px;
			height: 100%;
			background-color: #7a2e76;
			color: #bcbea4;
		}

		/* for threader info */

		.topicname{
			font-size: 16px;
			font-style: bold;
			border-right: 1px solid #000000;
			padding: 0.7rem;
			text-align: center;
			float: left;
			width: 100%;
			height: 100%;
			background-color: #7a2e76;
			color: #bcbea4;
			}
	
			.postedby{
				font-size: 16px;
				font-style: bold;
				border-right: 1px solid #000000;
				padding: 0.7rem;
				text-align: center;
				width: 200px;
				height: 100%;
				background-color: #7a2e76;
				color: #bcbea4;
				}
			
			.reply{
				font-size: 16px;
				font-style: bold;
				padding: 0.7rem;
				text-align: center;
				background-color: #7a2e76;
				width: 200px;
				height: 100%;
				color: #bcbea4;
			}
		
			.views{
				font-size: 16px;
				font-style: bold;
				border-left: 1px solid #000000;
				padding: 0.7rem;
				text-align: center;
				width: 200px;
				height: 100%;
				background-color: #7a2e76;
				color: #bcbea4;
			}
		