#game-holder {
	width: min(800px, 90%);
	height: 500px;
	border-width: 10px;
	border-style: solid;
	border-color: white;
	margin-left: auto;
  	margin-right: auto;
  	position: relative;
}

#game-window {
	border: 0;
	width: 100%;
	height: 100%;
}

#snd-background {
	background-image: url("/templates/images/snd-background.png");

	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	position: fixed;
	aspect-ratio: 16 / 9;

	height: 110%;
	width: 110%;
	left: -5%;
    top: -5%;
	filter: blur(3px) brightness(50%);
	z-index: -1;
}

#cmain {
	margin-inline: auto;
	position: relative;
	height: 120%;
	background-color: #31a34b;
	width: min(950px, 100%);
}

h1 {
	color: white;
	position: relative;
	margin: 0;
	padding: 30px;
	text-align: center;
	font-family: 'Verdana';
}

#snd-logo {
	display: block;
	filter: invert(1);
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
}

#fullscreen-button {
	position: absolute;
	bottom: 8px;
	right: 8px;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2.5px;
	width: 25px;
	height: 25px;
}

#fullscreen-img {
	position: absolute;
	top: 2.5px;
	left: 2.5px;
	width: 20px;
	height: 20px;
	opacity: 0.7;
}

.text {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 10px;
	color: white;
	font-family: 'Verdana';
	font-size: 20px;
}

h2 {
	margin-top: 45px;
}

p, a {
	display: inline-block
}

