.youtube {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.youtube:hover {
	background-color: #ff0000;
}
.twitter {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.twitter:hover {
	background-color: #1da1f2;
}
.discord {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.discord:hover {
	background-color: #5165f6;
}
.instagram {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.instagram:hover {
	background-color: #eb006d;
}
.twitch {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.twitch:hover {
	background-color: #9147ff;
}
.reddit {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.reddit:hover {
	background-color: #fd4401;
}
.bluesky {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.bluesky:hover {
	background-color: #2b5ef7;
}
.kofi {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.kofi:hover {
	background-color: #00bcf2;
}
.steam {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.steam:hover {
	background-color: #002158;
}
.xbox {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.xbox:hover {
	background-color: #107c10;
}
.switch {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.switch:hover {
	background-color: #eb0004;
}
.ensekai {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
	margin-top: 4px;
}
.ensekai:hover {
	background-color: #12b7cc;
}
.switchalbum {
	height: 200px;
	width: 200px;
	border-radius: 20px;
	float: left;
	margin-left: 33px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
}
.switchalbum:hover {
	background-color: #505050;
}
.ensekaidrpc {
	height: 200px;
	width: 200px;
	border-radius: 20px;
	float: left;
	margin-left: 33px;
	border: 0px solid #dddddd;
	background-color: #212121;
	transition-duration: 0.4s;
}
.ensekaidrpc:hover {
	background-color: #2b5ef7;
}
.buttonIcon {
	width: 35px;
	height: 35px;
}
.projectIcon {
	width: 166px;
	height: 166px;
}