body{
background-image: url(bg.png);
background-position: 0px;
font-family: 'Novecentosanswide-Light', sans-serif;
user-select: none;
}

@font-face {
  font-family:Novecentosanswide-Light;
  src: url(Novecentosanswide-Light.ttf);
}

.container {
	width: 407px;
	height: 524px;
	position: relative;
	margin-top: -892px;
	margin-left: 437px;
	background-color: #FFFFFF94;
	border-top-left-radius:19px;
	border-top-right-radius:19px;
	color: #265E64;
	font-size: 14px;
	font-weight: bold;
}

#footer{
clear: both;
padding: 3px;
color: #265E64;
background-color: #FFFFFF94;
filter: saturate(100%);
width: 401px;
height: 20px;
text-align: left;
margin-left: 437px;
margin-top: 0px;
border-bottom-left-radius:19px;
border-bottom-right-radius:19px;
font-size: 13px;
}

#scrolly{
overflow-y: scroll;
overflow-x: hidden;
width:406px;
height:524px;
margin: 0 auto;
text-align: left;
}

a{
text-decoration-style: dotted;
color: #2EACAC;
}

a:hover{
background-color: #C5D9D9;
border-bottom: 2px solid #2EACAC;
text-decoration-style: none;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #A1CED3 #58A4AC;
  }
 
::-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;
}

input, textarea, option, select {
font: 15px Novecentosanswide-Light, serif;
background-color: #d9f8ffc4;
border: 0;
border-bottom: 2px solid #3b7d8c;
color: #31241b;
}

.joinsize input {
width: 254px;}

select {
width: 254px;}

textarea {
height: 50px;
width: 197px;}