* {
	box-sizing: border-box;
}

body {
	background: rgb(0, 0, 0);
	background-size: cover;
	font-family: "Open Sans", Helvetica;
	margin: 0;
	position: relative;
}

html, body {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 3px;
}

.container {
	text-align: center;
}

@keyframes load-gradient {
	0% {
		opacity: 0%;
	}
	100% {
		opacity: 90%;
	}
}
@keyframes load-logo {
	0% {
		opacity: 0%;
		filter: blur(30px);
		scale: 1.3;
	}
	10% {
		opacity: 0%;
		filter: blur(30px);
		scale: 1.3;
	}
	100% {
		opacity: 100%;
		filter: blur(0px);
		scale: 1;
	}
}

.div-1-gradient {
	animation: load-gradient 1s;
	position: absolute;
	z-index: -1;
	filter: blur(50px);
	opacity: 90%;
	min-width: 400px;
	min-height: 100px;
	max-width: 400px;
	max-height: 100px;
	border-radius: 999px;
	top: 25%;
	left: 40%;
	background: rgb(14,0,255);
	background: linear-gradient(90deg, rgba(14,0,255,1) 0%, rgba(0,0,0,1) 30%, rgba(0, 213, 255, 0.438) 57%, rgba(0,0,0,1) 80%, rgb(7, 50, 87) 100%);
}
.div-2-gradient {
	animation: load-gradient 2s;
	position: absolute;
	z-index: -1;
	filter: blur(50px);
	opacity: 90%;
	min-width: 100px;
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 999px;
	top: 33%;
	left: 49%;
	background: rgb(89,0,255);
}

.back {
	position: fixed;
	top: 3%;
	left: 2%;
	background-color: rgba(255, 255, 255, 0.089);
	border-radius: 999px;
	box-shadow: rgba(255, 255, 255, 0.116) 0px 0px 25px;
	min-width: 120px;
	min-height: 30px;
	max-width: 120px;
	max-height: 30px;
	transition: background-color 240ms, box-shadow 240ms;
}

.back:hover {
	background-color: rgba(255, 255, 255, 0.336);
	box-shadow: rgba(255, 255, 255, 0.322) 0px 0px 25px;
}

.back-button {
	position: absolute;
	color: white;
	margin-top: 5px;
	margin-left: 15px;
}

.logo img {
	width: 10px; /* Change image size for mobile */
	-webkit-animation-name: logo;
	        animation-name: logo;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

@keyframes load-playercount {
	0% {
		scale: 1.3;
		opacity: 0%;
		filter: blur(15px);
	}
	30% {
		scale: 1.3;
		opacity: 0%;
		filter: blur(15px);
	}
	100% {
		scale: 1;
		opacity: 100%;
		filter: blur(0px);
	}
}

@keyframes load-buttons {
	0% {
		scale: 1.3;
		opacity: 0%;
		filter: blur(15px);
	}
	100% {
		scale: 1;
		opacity: 100%;
		filter: blur(0px);
	}
}

@-webkit-keyframes logo {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.07);
		        transform: scale(1.07);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes logo {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.07);
		        transform: scale(1.07);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.playercount {
	animation: load-playercount 2s;
	display: inline-block;
	margin: 20px 15px 0 15px;
	padding: 2px 0;
	background-color: rgba(32, 32, 32, 0.329);
	font-size: 1em;
	color: white;
	text-align: center;
	border-radius: 999px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.349);
	box-shadow: rgba(255, 255, 255, 0.308) 0px 0px 60px;
	line-height: 27px;
}

.playercount > p > span {
	font-weight: bold;
	padding: 1px 4px;
	border-radius: 15px;
	background: rgba(92, 92, 92, 0.315);
	margin: 0 2px;
	transition: background 240ms;
}

.playercount > p > span:hover {
	background: rgba(212, 212, 212, 0.315);
}

.extrapad {
	padding: 0;
}

.ip {
	cursor: pointer;
}

.disabled {
	pointer-events: auto! important;
	cursor: not-allowed! important;
}

.button {
	position: relative;
	margin: 1%;
	background-color: rgba(32, 32, 32, 0.329);
	color: white;
	border-radius: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.226);
	box-shadow: rgba(255, 255, 255, 0.158) 0px 0px 60px;
	width: 300px;
	height: 65px;
	scale: 1;
	transition: scale 1s, background-color 1s, box-shadow 1s;
}

.button:hover {
	background-color: rgba(255, 255, 255, 0.568);
	box-shadow: rgba(255, 255, 255, 0.26) 0px 0px 60px;
	scale: 1.1;
}
.block-button {
	position: relative;
	margin: 1%;
	background-color: rgba(32, 32, 32, 0.329);
	color: white;
	border-radius: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.226);
	box-shadow: rgba(255, 255, 255, 0.158) 0px 0px 60px;
	width: 300px;
	height: 65px;
	transition: border-color 1s, background-color 1s, box-shadow 1s;
}

.block-button:hover {
	border-color: rgba(255, 0, 0, 0.349);
	background-color: rgba(255, 0, 0, 0.664);
	box-shadow: rgba(255, 0, 0, 0.466) 0px 0px 60px;
}

.items {
	animation: load-buttons 2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-preferred-size: 100px;
	    flex-basis: 100px;
	padding: 18px 0 10px 0;
}


.img {
	width: 80%;
}

.title {
	font-weight: bold;
	font-size: 17px;
	color: white;
	transition: color 1s;
}
.title:hover {
	color: black;
}

.subtitle {
	color: #cfcfcf;
	font-size: 12px;
}

.title,
.subtitle {
	margin: 5;
	padding: 0;
}


@media(min-width: 400px) {
	.logo img {
		animation: load-logo 3s;
		width: 186px; /* Change image size for mid sized devices */
	}

	.playercount {
		margin-top: 30px;
		padding: 5px;
	}

	.playercount > p > span {
		padding: 2px 7px;
	}
}

@media(min-width: 1250px) {
	.title {
		font-size: 24px;
	}

	.subtitle {
		font-size: 15px;
	}

	.logo img {
		width: 235px; /* Change image size for desktop */
	}

	.logo {
		margin-bottom: 28px;
	}
	.img {
		width: 100%;
	}
	.items {
		padding: 30px 0 20px 0;
	}
	.playercount {
		font-size: 1.22em;
		padding: 10px;
	}

	.extrapad {
		padding: 0 42.5px;
	}

	.playercount > p > span {
		padding: 4px 7px;
	}
}

@media(min-width: 1000px) {
	.items {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.item:not(:first-child) {
		margin-left: 90px;
	}
}