
body{
   overflow: auto;
   background-image: url("images/backgrounds/background1.jpg");
   background-color: black;
   color: aliceblue;
}
.mainpage{
	width: 1100px;
	color: white;
	font-family: VT323;
	font-weight: 100;
	overflow: hidden;
	max-width: 1100px;
}
.header {
	background-image: url("https://thestarryvoid.neocities.org/gifs/backgrounds/spacebg.gif");
	color: white;
	font-family: Doto;
	font-weight: 200;
	font-size: 30px;
    border-style: solid;
    border-color: #5609b4;
}
.mainBlock{
	display: flex;
	overflow: hidden;
}
.pageinfo{
  background-image: url("https://thestarryvoid.neocities.org/gifs/backgrounds/spacebg.gif");
	border-style: solid;
	border-color: #5609b4;
	margin: 20px;
	padding: 10px;
}
.SideBar {	
  background-image: url("https://thestarryvoid.neocities.org/gifs/backgrounds/spacebg.gif");
	border-style: solid;
	border-color: #5609b4;
	width: 220px;
	margin: 20px;
	height: 500px;
}
.pagedoll{
  position: absolute;
}
.footer{
	background-image: url("https://thestarryvoid.neocities.org/gifs/backgrounds/spacebg.gif");
	border-style: solid;
	border-color: #5609b4;
	margin: 20px;
	padding: 5px;
	display: flex;
}

