body{
background-color: #637b88;
font-family: 'tw-cen-mt', sans-serif;
user-select: none;
}

@font-face {
  font-family:tw-cen-mt;
  src: url(tw-cen-mt.ttf);
}
 
#container{
display: flex;
justify-content: center;
align-items: center;
width: 600px;
margin: auto;
padding: 12px;
}
 
#box{
width: 600px;
background-color: #fff;
color: #ffffff;
border-top-right-radius: 62px;
border-bottom-left-radius: 32px;
border: 15px solid #64528d;
}
 
#header{
margin-bottom: 10px;
padding: 10px;
background-image: URL(header.png);
color: #fff;
width: 580px;
height: 270px;
letter-spacing: 3px;
text-align: right;
text-shadow: 0 0 1px #000;
border-top-right-radius: 47px;
}
 
#header h1{
margin: 0px;
}
 
a{
text-decoration-style: dotted;
color: #8f6ca2;
}
 
a:hover{
text-decoration: underline overline;
}

#side{
float: left;
width: 89px;
padding: 0px 0px 5px 10px;
overflow: hidden;
}

#side2{
float: left;
width: 400px;
padding: 2px 5px 5px 10px;
overflow: hidden;
}
 
.sidebox{
margin: 0px 0px 5px 0px;
}

.sidebox2{
margin: 0px 0px 5px 0px;
}
 
.sidecontent{
display: flex;
padding: 0px 0px 0px 5px;
color: #6e5057;
font-size: 17px;
letter-spacing: 1px;
}
 
.sidecontent ul, li{
margin: 0px;
list-style-type: none;
padding-left: 0px;
}
 
#main{
float: center;
width: 600px;
overflow: hidden;
padding: 0px 10px 5px 0px;
}
 
.mainboxes{
padding: 0px;
margin: 0px 0px 5px 0px;
}
 
.subheader{
background-color: #64528d;
padding: 3px;
color: #ffffff;
letter-spacing: 3px;
}
 
.subheader h3{
margin: 0px;
}
 
.mainboxescontent{
padding: 0px 15px 0px 15px;
color: #6e5057;
font-size: 16px;
}

ul {
  text-align: left;
  padding: 0px;
}
 
#footer{
clear: both;
padding: 2px;
background-color: #64528d;
a { color: #fff; }
color: #ffffff;
font-size: 14px;
text-align: center;
  height: min-content;
}
 
#footer p{
margin: 0px;
}

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 #64528d; /* Creates a left border for visual emphasis */
  background-color: #f9f9f9; /* Sets a light background color */
  color: #333; /* Sets text color */
}

input, textarea, option, select {
font: 13px tw-cen-mt, serif;
background-color: #ebebeb;
border: 0;
border-bottom: 2px solid #d7a5ed;
color: #31241b;}

.joinsize input {
width: 254px;}

select {
width: 254px;}

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