body{
background-image: url(bg.png);
background-position: 0px;
background-size: 800px;
font-family: 'ComicNeueSansID', sans-serif;
user-select: none;
}

@font-face {
  font-family:ComicNeueSansID;
  src: url(ComicNeueSansID.ttf);
}

@font-face {
  font-family:Cloudy-Weather;
  src: url(Cloudy-Weather.ttf);
}

@font-face {
  font-family:ThinFourDownThreeCrazyPink;
  src: url(ThinFourDownThreeCrazyPink.ttf);
}

.container {
	width: 542px;
	height: 414px;
	position: relative;
	margin-top: -266px;
	margin-left: 649px;
	background-color: #FFDADA;
	border:3px double #B94C4C;
	border-radius:9px;
	color: #C14040;
	font-size: 14px;
}

#nav{
font-family: 'ThinFourDownThreeCrazyPink', sans-serif;
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: 499px;
margin-top: -514px;
font-size: 20px;
a {color: #fff;}
a {text-shadow: 1px 1px 2px black;}
}

#footer{
clear: both;
padding: 3px;
color: #C14040;
background-color: #FFDADA;
filter: saturate(100%);
width: 536px;
height: 11px;
text-align: left;
margin-left: 649px;
margin-top: -17px;
border-bottom:3px double #B94C4C;
border-left:3px double #B94C4C;
border-right:3px double #B94C4C;
border-bottom-left-radius:9px;
border-bottom-right-radius:9px;
font-size: 10px;
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
width:542;
height:400px;
margin: 0 auto;
text-align: left;
border-top-left-radius:6px;
border-top-right-radius:6px;
}

a{
text-decoration-style: dotted;
color: #C14040;
}

a:hover{
background-color: #D1AEAE;
border-bottom: 2px solid #C14040;
text-decoration-style: none;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #C14040 #EAA3A3;
  }
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: #AEDEA4;
}
 
::-webkit-scrollbar-thumb{
background-color: #6FB861;  
}

/* Dotted brown border */
hr.new3 {
  border: 1px dotted #91C295;
  background-color: transparent
}

.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: 'Cloudy-Weather', sans-serif;
 color: #C14040;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 letter-spacing: 1px;
 margin-top: -10px;
 margin-bottom: 5px;
 background: #F2A6A6 url(heart.png) no-repeat left;
 padding-left: 20px;
 border-bottom: 2px dotted #C14040;
}

h2 {
 font-family: 'Cloudy-Weather', sans-serif;
 color: #C14040;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 letter-spacing: 1px;
 margin-top: -10px;
 margin-bottom: 5px;
 background: #F2A6A6 url(heart.png) no-repeat left;
 padding-left: 20px;
 border-bottom: 2px dotted #C14040;
}

h3 {
 font-family: 'Cloudy-Weather', sans-serif;
 color: #C14040;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 letter-spacing: 1px;
 margin-top: 0px;
 margin-bottom: 5px;
 border-bottom: 2px dotted #C14040;
 background-color: transparent;
}

.imageflex { display: flex; }
.imageflexcontent { margin-left: 5px; margin-top: 6px; }

#widget {
margin-left: 0px;
}

#widget h3 {
 margin-left: 71px;
 margin-top: -69px;
}

#widget h4 {
 margin-left: 71px;
 margin-top: -2px;
}

#widget p {
 margin-left: 71px;
 margin-top: -18px;
}

mark {
  background-color: #ff9999; /* A different highlight color */
  color: #a03333; /* Text color */
}