 :root {
	--header-image: url('https://mimisdreamies.neocities.org/mimiheader2023.png');
	--body-bg-image: url('https://mimisdreamies.neocities.org/files%20and%20images/holyfuckingdenpa4.png');
	background-repeat: repeat-y;
	background-size: cover;
	--content: #726AF0;
	margin: 0;
	color: black;
}
@font-face {
	font-family: 'MimiFont30-Regular';
	src: url('https://mimisdreamies.neocities.org/fonts/Mimifont30-Regular.woff') format('woff'), url('https://mimisdreamies.neocities.org/fonts/Mimifont30-Regular.eot') format('eot');
}
#container {
	max-width: 900px;
	margin: 0 auto;
}
#container a {
	color: #726AF0;
	font-weight: bold;
}
#navbar {
	height: 40px;
	background-color: #250E44;
	font-size: 28;
	width: 100%;
}
#navbar ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	justify-content: space-evenly;
}
#navbar li {
	padding-top: 10px;
}
#navbar li a {
	color: #F1F5FB;
	font-weight: 900;
	text-decoration: none;
}
#navbar li a:hover {
	color: #a49cba;
	text-decoration: underline;
	text-decoration-style: wavy;
}
#flex {
	display: flex;
}
left{
	background-color: #4069F1;
	width: 200px;
	padding: 20px;
	font-size: smaller;
}
aside {
	background-color: #4069F1;
	width: 200px;
	padding: 20px;
	font-size: smaller;
}
main {
	background-color: #726AF01;
	flex: 1;
	padding: 20px;
	order: 2;
}
#leftSidebar {
	order: 1;
}
#rightSidebar {
	order: 3;
}
footer {
	background-color: #13092D;
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: center;
}
h1,h2,h3, p {
	color: #E2ECF7;
}
h1 {
	font-size: 48px ;
		color: #E2ECF7;
}
h2 {
	font-size: 36px ;
		color: #E2ECF7;
}
h3 {
	font-size: 24px ;
		color: #E2ECF7;
}
p {
  font-size: 18px;
  	color: #411877;
  }
strong {
	color: #2821AB;
}
.box {
	background-color: #13092D;
	border: 1px solid #ED64F5;
	padding: 10px;
}
#topBar {
	width: 100%;
	height: 30px;
	padding: 10px;
	font-size: smaller;
	background-color: #2821AB;
}
@media only screen and (max-width: 800px) {
	#flex {
		flex-wrap: wrap;
	}
	aside {
		width: 100%;
	}
	main {
		order: 1;
	}
	#leftSidebar {
		order: 2;
	}
	#rightSidebar {
		order: 3;
	}
	#navbar ul {
		flex-wrap: wrap;
	}
}
