body{
	background-color: #060702;
	font-family: 'tw-cen-mt', sans-serif;
	user-select: none;
	color: #fff;
	font-size: 18px;
}

@font-face {
  font-family:tw-cen-mt;
  src: url(tw-cen-mt.ttf);
}

.contain {
	width: 700px;
	position: relative;
	margin-top: -579px;
	margin-left: 556px;
}

#footer{
clear: both;
padding: 3px;
color: #fff;
filter: saturate(100%);
width: 293px;
height: 20px;
text-align: left;
margin-top: 5px;
margin-left: 554px;
border-top: 2px solid #48593f;
font-size: 14px;
}

h1 {
	font-family: 'tw-cen-mt', sans-serif;
	color: #3F6135;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	text-transform: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #85B37B;
	background-color: none;
}

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

a:hover{
background-color: #C5D9DB;
border-bottom: 2px solid #8caf79;
text-decoration-style: 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 #65AD3D; /* Creates a left border for visual emphasis */
  color: #fff; /* Sets text color */
}