.mainbody
{
	background: #08060d;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.main-logo
{
	width: max(150px, calc(24vh - 1vw));
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
    pointer-events: none;
}
.page-main-logo
{
	width: max(80px, calc(20vh));
	margin-top: 20px;
	margin-left: 0%;
	margin-right: auto;
	padding-left: 5vw;
	padding-top: 1vw;
	cursor: pointer;
}
.bg-img
{
	transform: translate3d(0,0,0);
	z-index: -100;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	
	background-color: #08060d;
	background-image: url("bg.png");
	filter:				hue-rotate(-9deg) brightness(1.6) blur(6px);
	backdrop-filter:	hue-rotate(-9deg) brightness(1.6) blur(6px);
	-webkit-filter:		hue-rotate(-9deg) brightness(1.6) blur(6px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainfooter
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: rgba(255, 255, 255, 0.205);
	font-size: 11pt;
	text-align: center;
	font-family: sans-serif;
	user-select: none;
}
.copyright
{
	font-size: 11pt;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	color: rgba(255, 255, 255, 0.153);
}