body {
	background-image: url("../img/BgText.png");
	background-size: 50%;
	text-align: center;
	overflow-x: hidden;
}
#maincont {
	background-color: rgb( 255 255 255 / 0.5 );
	width: 80%;
	height: 750px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-left: 0%;
	padding-right: 0%;
}
#righty {
	background-color: rgb(226 203 255);
	background-image: url("../img/gameboy.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 300px;
	display: inline-block;
	padding-top: 15px;
	width: 79%;
	height: 98%;
	float: right;
	overflow: none;
}
#lefty {
	background-image: url("../img/game.png");
	background-size: contain;
	display: inline-block;
	width: 20%;
	height: 98%;
	margin-top: 7px;
}
#idk {
	color: white;
	margin-top: 100px;
}
#back {
	background-image: url("../img/Buttons/Back.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 90px;
}
#pic {
	background-image: url("../img/Miku.png");
	background-size: cover;
	border-radius: 15px;
	display: inline-block;
	height:	200px;
	width: 200px;
}
#Intro {
	background-color: rgb( 255 255 255 / 0.4);
	border-radius: 10px;
	font-family: "Shadows Into Light";
	display: inline-block;
	margin-top: 5px;
	height: 200px;
	width: 700px;
}
#more {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	text-align: left;
}
#stuff {
	padding-left: 260px;
	width: 97%;
	height: 160px;
	text-align: left;
	display: inline-block;
}
