body{
background-color: #a34242;
font-family: 'trebuc', sans-serif;
user-select: none;
font-size: 12px;
}

@font-face {
  font-family:trebuc;
  src: url(trebuc.woff2);
}

.container {
	width: 600px;
	height: 173px;
	position: relative;
	margin-top: -515px;
	margin-left: 811px;
    background-repeat: no-repeat;
    background-position: -152px -14px;
    background-size: cover;
	border-radius:3px;
	color: #ffbebe;
}

#footer{
clear: both;
padding: 3px;
width: 593px;
height: 39px;
text-align: left;
margin-left: 1px;
margin-top: 342px;
border-radius:3px;
font-size: 11px;
  color: #ffbebe;
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
width:409px;
height:456px;
margin-left: -369px;
margin-top: -465px;
text-align: left;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #b65f5f #a34242;
  }

h1 {
 color: #ffbebe;
 text-align: left;
 font-weight: normal;
 font-style: italic;
 text-transform: lowercase;
 font-size: 17px;
 letter-spacing: 1px;
 margin-top: -1px;
 margin-bottom: 7px;
 border-bottom: 2px dotted #ffbebe;
}


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 #f66d6d; /* Creates a left border for visual emphasis */
  background-color: #c05b5b; /* Sets a light background color */
  color: #ffd7d7; /* Sets text color */
  a {color: #ffd7d7};
}

a{
text-decoration-style: dotted;
color: #ffbebe;
}

a:hover{
text-decoration: underline overline;
}

input, textarea, option, select {
font: 12px trebuc, serif;
background-color: #a34242;
border: 1px double #ffbebe;
padding:0px;
border-style: dashed;
color: #ffbebe;
}