.LogoTop {
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(to left, rgb(111 54 143), rgb(87 37 115), rgb(111 54 143));
	margin-bottom: 20px;
}
.Lefty {
	background: linear-gradient(to top, rgb(255 255 255 / 0.5), rgb(127 127 127 / 0.7), rgb(255 255 255 / 0.5));
	width: 200px;
	height: 600px;
	display: inline-block;
	margin-right: 30px;
	margin-top: 50px;
	justify-content: center;
}
.mid {
	text-align: center;
	background: #472c53;
	width: 70%;
	height: 750px;
	display: inline-block;
	padding-bottom: 40px;
	color: white;
	Scrollbar-color: #835199 #472c53;
}
.imagetop {
	background-image: url("img/Top3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 15%;
	height: 150px;
}
.contentmid {
	padding-top: 10px;
	overflow-y: auto;
	height: 700px;
}
.Righty {
	text-align: center;
	background: linear-gradient(to top, rgb(255 255 255 / 0.5), rgb(127 127 127 / 0.7), rgb(255 255 255 / 0.5));
	width: 200px;
	height:500px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 50px;
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
	
}
.webrings {
	border-width: 3px;
	border-style: dotted;
	border-color: #472c53;
	height: 150px;
	overflow-y: scroll;
	Scrollbar-color: #472c53 rgb(0 0 0 / 0);
}
.neighbours {
	border-width: 3px;
	border-style: dotted;
	border-color: #472c53;
	height: 200px;
	overflow-y: scroll;
	Scrollbar-color: #472c53 rgb(0 0 0 / 0);
}
.neocities {
	padding-top: 15px;
	border-width: 3px;
	border-style: dotted;
	border-color: #472c53;
	height: 60px;
}
.contentout {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
body {
	background-image: url("skulls.png");
	margin: 0%;
}
.Yoko-Welcome {
	display: inline-block;
	width: 400px;
	margin-right: 50px;
}
.Yoko-Welcome p {
	font-size: 20px;
}
.more {
	display: inline-block;
}
.bottomcontent {
	color: white;
}
.todo {
	display: inline-block;
	background-image: url("img/Marble.jpg");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 10px;
	width: 300px;
	height: 300px;
	list-style: none;
}
.todo ul, li {
	text-align: left;
}
.Changelog {
	background-image: url("img/Marble.jpg");
	height: 270px;
	width: 400px;
	display: inline-block;
	padding-top: 25px;
	margin-left:20px;
	padding-bottom: 0px;
	font-family: "Lucida Console";
	font-weight: bold;
	overflow-y: auto;
}
.lgentry {
	background-image: url("img/CLBack.jpg");
	background-size: contain;
	color: black;
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.About {
	background-image: url("img/Buttons/about.png");
	background-size: contain;
	width: 200px;
	height: 145px;
}
.About:hover {
	background-image: url("img/Buttons/abouthover.png");
	transform: scale(1.05);
}
.socials {
	background-image: url("img/Buttons/socials.png");
	background-size: contain;
	width: 200px;
	height: 145px;
}
.socials:hover {
	background-image: url("img/Buttons/socialshover.png");
	transform: scale(1.05);
}
.yapping {
	background-image: url("img/Buttons/yapping.png");
	background-size: contain;
	width: 200px;
	height: 145px;
}
.yapping:hover {
	background-image: url("img/Buttons/yappinghover.png");
	transform: scale(1.05);
}
.portfolio {
	background-image: url("img/Buttons/portfolio.png");
	background-size: contain;
	width: 200px;
	height: 145px;
}
.portfolio:hover {
	background-image: url("img/Buttons/portfoliohover.png");
	transform: scale(1.05);
}


