body{
background-image: url(bg.png);
background-color: #000;
font-family: 'trebuc', sans-serif;
user-select: none;
}

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

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

.container {
	width: 600px;
	height: 229px;
	position: relative;
	margin-top: -429px;
	margin-left: 608px;
  background-repeat: no-repeat;
  background-position: -152px -14px;
  background-size: cover;
	border-radius:3px;
	color: #fff;
	font-size: 14px;
}

#nav{
font-family: 'FUTRFW', fixed-width;
color: #fff;
text-shadow: 1px 1px 2px black;
clear: both;
padding: 3px;
background-color: #95424200;
filter: saturate(100%);
width: 204px;
height: 258px;
text-align: left;
margin-left: 1214px;
margin-top: 93px;
font-size: 20px;
a {color: #fff;}
a {text-shadow: 1px 1px 2px black;}
}

#footer{
clear: both;
padding: 3px;
color: #eefffc;
filter: saturate(100%);
width: 224px;
height: 28px;
text-align: left;
margin-left: 427px;
margin-top: 57px;
border-radius:3px;
font-size: 11px;
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
width:320px;
height:283px;
margin-left: -271px;
text-align: left;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #842626 #be4545;
  }
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: #AEDEA4;
}
 
::-webkit-scrollbar-thumb{
background-color: #6FB861;  
}

.subheader{
background-color: #59785B;
border-bottom: 1px solid #6B9C6E;
color: #fff;
letter-spacing: 3px;
text-align: left;
font-size: 13px;
height: 20px;
}

h1 {
 font-family: 'FUTRFW', fixed-width;
 color: #fff;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 22px;
 letter-spacing: 1px;
 margin-top: -4px;
 margin-bottom: 5px;
 border-bottom: 2px dotted #fff;
 background-color: none;
}


blockquote {
  font-style: italic; /* Makes the quoted text italic */
  margin: 1em 0; /* Adds vertical margin for spacing */
  padding: 1em 2em; /* Adds padding inside the blockquote */
  border-left: 5px solid #590b0b; /* Creates a left border for visual emphasis */
  background-color: #cd5a5a; /* Sets a light background color */
  color: #ffdede; /* Sets text color */
}

a{
text-decoration-style: dotted;
color: #fff;
}

a:hover{
background-color: #b5b5ba;
border-bottom: 2px solid #fff;
text-decoration-style: none;
}

input, textarea, option, select {
font: 13px trebuc, serif;
background-color: #ffbaba;
border: 0;
border-bottom: 2px solid #bb5e42;
color: #31241b;}

.joinsize input {
width: 254px;}

select {
width: 254px;}

textarea {
height: 50px;
width: 254px;}