body {
    margin: 0;
	background-color: black;
	background-image: url(https://hazukazoo.neocities.org/images/backgrounds/stardown.gif);
	background-repeat: repeat;
    color: white;
}
* {
	scrollbar-color: #4d0965  black;
}
a {
	color:#6e3f6f;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
hr {
	margin-top: 15px;
}
#home {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #000000;
	filter: drop-shadow(0 0 60px #000000);
}
#home a {
	color: #6e3f6f;
	text-decoration: none;
	cursor: pointer;
}
#home a:hover {
	color: #8f5ba2;
	text-decoration: underline;
}
#header {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}
#flex {
    display: flex;
	width: 100%;
}
aside {
	background-color: black;
	border:1px solid #898989;
	border-radius: 5px;
	height: 882px;
	width: 180px;
	color:white;
	text-align: left;
	padding: 10px;
	margin-right: 10px;
	filter: drop-shadow(0 0 10px #3c3c3c);
	font-family: 'Copperplate Gothic';
	overflow-y: scroll;
	scrollbar-width: none;
}
aside::-webkit-scrollbar {
	display: none;
}
.title {
	width: 99%;
	background-image: linear-gradient(#540a6b 0%, #3b0657 49%, #2f0540 50%, black 100%);
	text-shadow:-1px 1px 0px black, 1px -1px 0px black, -1px -1px black, 1px 1px black;
	border: 1px solid #1e1e1e;
	padding: 4px;
	margin: -4px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	font-family:'Garamond';
}
.title2 {
	width: 99%;
	background-image: linear-gradient(#3c3c3c 0%, #2d2d2d 49%, #1e1e1e 50%, black 100%);
	text-shadow:-1px 1px 0px black, 1px -1px 0px black, -1px -1px black, 1px 1px black;
	border: 1px solid #1e1e1e;
	padding: 4px;
	margin: -4px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	font-family:'Garamond';
}
#updates {
	font-family: 'ms gothic';
	background-color: black;
	border: 1px solid #1e1e1e;
	border-radius: 5px;
	padding: 10px;
	height: 150px;
	overflow: auto;
	scrollbar-color: #8f5ba2 black;
}
#todo {
	font-family: 'ms gothic';
	background-color: black;
	border: 1px solid #1e1e1e;
	border-radius: 5px;
	padding: 10px;
	height: 100px;
	overflow: auto;
	scrollbar-color: #8f5ba2 black;
}
#statuscafe {
    padding: .5em;
    background-color: black;
	font-family: 'ms gothic';
	font-size: 12px;
}
#statuscafe-username {
    margin-bottom: .5em;
	color: #8f5ba2;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
main {
	flex: 2;
	order: 2;
	color: white;
	font-family: 'ms gothic';
	border: 1px solid #898989;
	border-radius: 5px;
	height: 900px;
	background-color: black;
	padding: 10px;
	filter: drop-shadow(0 0 5px #3c3c3c);
	overflow-x: hiddden;
	overflow-y: scroll;
	scrollbar-width: none;
}
main::-webkit-scrollbar {
	display: none;
}
.flex {
	width:100%;
	display: flex;
	margin-left: 5px;
}
#stuff {
	position: relative;
	padding: 5px;
	margin: 0;
}
#cliques {
	background: black;
	border: 1px solid #1e1e1e;
	border-radius:4px;
	text-align: center;
	overflow: auto;
	scrollbar-color: #4d0965 black;
}
#idk {
	background: #000000;
	border: 1px solid #1e1e1e;
	border-radius: 4px;
	margin-left: 5px;
	text-align: center;
	overflow: auto;
	scrollbar-color: #4d0965 black;
}
#chatbox {
	border: 1px solid #1e1e1e;
	border-radius: 5px;
}
main h2 {
	color: #4d0965;
	font-family: 'Copperplate Gothic';
}
#left {
    order: 1;
}
#right {
	order: 3;
}
footer {
	width: 92%;
	height: 105px;
	border: 1px solid #898989;
	border-radius: 5px;
	background-color: black;
	padding: 10px;
	margin: 10px;
	color: #4d0965;
	font-family: 'Copperplate Gothic';
	font-size: 16px;
	filter: drop-shadow(0 0 10px #3c3c3c);
}
footer img:hover {
	filter:none;
}
#marquee {
	width: 100%;
}


