body{
background-color: #a98db9;
font-family: 'trebuc', sans-serif;
user-select: none;
}

@font-face {
  font-family:trebuc;
  src: url(trebuc.ttf);
}

@font-face {
  font-family:ITC_Anna;
  src: url(ITC_Anna.otf);
}

.container {
	width: 366px;
	height: min-content;
	position: relative;
	margin-top: -587px;
	margin-left: 553px;
    background-repeat: no-repeat;
    background-position: -152px -14px;
    background-size: cover;
	border-radius:3px;
	color: #fdf9ff;
	font-size: 14px;
}

#footer{
clear: both;
padding: 3px;
color: #fdf9ff;
width: 593px;
height: min-content;
text-align: left;
margin-left: 550px;
border-radius:3px;
font-size: 11px;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #7b3b8d #a98db9;
  }

h1 {
 font-family: ITC_Anna;
 color: #fdf9ff;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 20px;
 letter-spacing: 1px;
 margin-top: -1px;
 border-bottom: 2px dotted #fdf9ff;
}

a{
text-decoration-style: dotted;
color: #fdf9ff;
}

a:hover{
text-decoration: underline overline;
}