body {
	background-color: #000000;
	background-image: url("../img/tile.gif");
	text-align: center;
	color: white;
}
#Mainbody {
	background-color: red;
	border-radius: 25px;
	width: 80%;
	height: 700px;
	margin: auto;
	margin-top: 2%;
	background-color: rgb( 0 0 0 /0.8);
	padding: 20px;
}
#back {
	background-image: url("../img/Buttons/Back.png");
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 150px;
	height: 70px;
}
#pfp {
	background-image: url("../img/pfp.png");
	background-size: cover;
	Border-radius: 500px;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#Profile h6 {
	margin-top: 0px;
}
#Profile h1 {
	margin-bottom: 0px;
}
.socials {
	display: inline-block;
	text-align: center;
}
#Tiktok {
	background-image: url("../img/Socials/Tiktok.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	display: inline-block;
}
#Discord {
	background-image: url("../img/Socials/Discord.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	display: inline-block;
}
#Email {
	background-image: url("../img/Socials/Email.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	display: inline-block;
}
#Tiktok:hover {
	transform: scale(1.10);
}
#Discord:hover {
	transform: scale(1.10);
}
#Email:hover {
	transform: scale(1.10);
}
#logo {
	opacity: 0.5;
}