@keyframes a20 {
	0% {
		text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff
	}

	to {
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff
	}
}

@keyframes a21 {

	0%,
	to {
		opacity: .5;
		text-shadow: 0 0 5px #fff, 0 0 10px #fff
	}

	50% {
		opacity: 1;
		text-shadow: 0 0 20px #fff, 0 0 40px #fff
	}
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	font-family: "Arial", sans-serif;
	color: #fff
}

#a1,
#a2,
#a3,
#a4 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#a1,
body,
html {
	overflow: hidden
}

#a1 {
	position: fixed;
	z-index: 1
}

#a2,
#a3,
#a4 {
	position: absolute
}

#a2 {
	background-image: url(background/A.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	filter: blur(8px);
	z-index: -1
}

#a3,
#a4 {
	background-color: rgba(0, 0, 0, .5);
	z-index: 0
}

#a4 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .8);
	backdrop-filter: blur(20px);
	z-index: 100
}

#a5,
#a7 {
	text-align: center
}

#a5 {
	font-size: 24px;
	padding: 20px;
	cursor: pointer;
	animation: a20 1s infinite alternate
}

#a7 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff
}

#a8 {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px
}

#a9 {
	width: 100%;
	height: 100%
}

#a12 {
	font-size: 18px;
	margin: 20px 0;
	padding: 0 20px;
	text-align: center
}

.a11 {
	animation: a20 1s infinite alternate
}

#a13 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px
}

.a14 {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: filter .3s, transform .3s;
	filter: drop-shadow(0 0 5px #fff)
}

.a15 {
	background-image: url("discord.png")
}

.a16 {
	background-image: url("telegram.png")
}

.a14:hover {
	filter: drop-shadow(0 0 20px #fff);
	transform: scale(1.1)
}

#a6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	filter: blur(5px)
}

#a17 {
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 16px;
	color: #fff;
	opacity: .5;
	cursor: pointer;
	animation: a21 2s infinite;
	z-index: 110
}