body{
	font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #202020;
	background-image: url("https://raw.githubusercontent.com/madnessgamingnetwork/madnessgamingnetwork.github.io/refs/heads/main/assets/bg.png");
	background-repeat: no-repeat;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	background-position: 0 0; 
	margin: 0;
}

.logo{
	width: 400px;
}

.window {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	z-index: -1;
}

.footer{
	display: flex;
	align-items: center;
	justify-content: center;
    position: fixed;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	color: #959396;
	background-color: rgba(32, 32, 32, 0.7);
	border-top: 1px solid #1b5d5f;
    font-size: 12px;
}
.footer a{
	color: #959396;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: inherit;
}