body {
	min-height: 100vh;
	height: auto;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-image: url("/img/bg-purple-stage.png");
	background-size: cover;
	background-position: 58% 22%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fixed {
	max-width: 337.5px;
	padding: 0.75rem 1.5rem;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 4%;
	border: white 2px solid;
	background: rgba(15, 12, 41, 0.85);
	-webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
	border-radius: 24px;
}

@media (max-width: 1024px) {
	body {
		background-image: url("/img/bg-purple-stage.png") !important;
		background-size: cover !important;
		background-position: 58% 22% !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed !important;
	}
	.fixed {
		/*WE ALL USE MATH EVERY DAY! (EVERY DAY! EVERY DAY!)*/
		max-width: 381.3559322034px;
	}
}
@media (max-width: 767px) {
	body {
		background-image: url("/img/bg-purple-stage.png") !important;
		background-size: cover !important;
		background-position: 58% 22% !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed !important;
	}
}