body{
background-image: url(bg.png);
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: 391px;
	position: relative;
	margin-top: -271px;
	margin-left: 608px;
	background-image: url(side.png);
  background-repeat: no-repeat;
  background-position: -284px -9px;
  background-size: cover;
	border:2px double #b9e37b;
	border-radius:3px;
	color: #deffae;
	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: #deffae;
background-color: #769549;
filter: saturate(100%);
width: 595px;
height: 28px;
text-align: left;
margin-left: 607px;
margin-top: 2px;
border:2px double #b9e37b;
border-radius:3px;
font-size: 13px;
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
width:315px;
height:391px;
margin-left: 285px;
text-align: left;
background-color: #769549;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #6d8e3c #b9e37b;
  }
 
::-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: #deffae;
 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 #deffae;
 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 #496423; /* Creates a left border for visual emphasis */
  background-color: #8aae54; /* Sets a light background color */
  color: #efffd8; /* Sets text color */
}

a{
text-decoration-style: dotted;
color: #f4ffe4;
}

a:hover{
background-color: #727896;
border-bottom: 2px solid #f4ffe4;
text-decoration-style: none;
}

input, textarea, option, select {
font: 13px trebuc, serif;
background-color: #f4f4f4;
border: 0;
border-bottom: 2px solid #a9d55c;
color: #31241b;}

.joinsize input {
width: 254px;}

select {
width: 254px;}

textarea {
height: 50px;
width: 254px;}