@font-face {
    font-family: 'Minecraft';
    src: url('font/Minecraft.woff2') format('woff2'),
         url('font/Minecraft.woff') format('woff'),
         url('font/Minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Minecraft', sans-serif;
    margin: 0;
    padding: 20px;
    background: black url('Background.png') no-repeat center center fixed;
	background-size: cover;
    text-align: center;
    color: #fff;
	overflow-x: hidden;
}

h1 {
    color: #fff;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    font-size: 70px;
	background: rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	margin-top: 10px;
	margin-bottom: 20px;
}

.container1 {
    max-width: 250px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    margin-bottom: 35px;
    font-size: 20px;
	background: rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
}

.container-text {
    text-align: left;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    max-width: 800px;
	line-height: 1.6;
	background: rgba(0, 0, 0, 0.15);
}

.img-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.telegram {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0 7px 5px rgba(0,0,0,0.3);
	margin-bottom: 24px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.telegram-text {
	font-size: 40px;
	margin-bottom: 20px;
}

.telegram-text-user {
	font-size: 24px;
	color: gray;
	margin-bottom: 40px;
}

.tg-avatar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
	transition: all 0.3s;
}

.tg-avatar:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.img {
    text-align: center;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    margin: 0 auto 15px auto;
    padding: 20px;
    border-radius: 14px;
    max-width: 420px;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
}

.img img {
    width: 400px;
    display: block;
    margin: 0 auto;
}

.img-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.img-caption p {
    margin: 0;
}

@media (max-width: 768px) {
    .img {
        width: 100%;
    }
}

.sort-container {
    margin: 20px auto;
    text-align: center;
}

.sort-btn {
    background: #8b00ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 11px;
    cursor: pointer;
    font-family: 'Minecraft', sans-serif;
    font-size: 18px;
    transition: all 0.3s;
}

.sort-btn:hover {
    background: #a366ff;
    transform: translateY(-3px);
}

.button {
    max-width: 250px;
    margin: 0 auto 15px auto;
    background: #8b00ff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    font-size: 25px;
    color: #fff;
    text-align: center;
	transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

.button:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

.button::after {
    content: '';
    flex-grow: 1;
}

.button img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    flex-shrink: 0;
}

.button span {
    flex-grow: 5;
    text-align: center;
    margin-right: -10px;
}

.send-button {
    max-width: 400px;
    margin: 0 auto 15px auto;
    background: #8b00ff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    font-size: 25px;
    color: #fff;
    text-align: center;
	transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

.send-button:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

.send-button::after {
    content: '';
    flex-grow: 1;
}

.send-button img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    flex-shrink: 0;
}

.send-button span {
    flex-grow: 5;
    text-align: center;
    margin-right: -10px;
}

.home-button {
    display: block;
    max-width: 400px;
    margin: 0 auto 15px auto;
    background: #8b00ff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    font-size: 23px;
    color: #fff;
    text-align: center;
	transition: all 0.3s;
	text-decoration: none;
}

.home-button:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

.button-png {
	display: inline-block;
    width: auto;
    min-width: 60px;
    padding: 3px 8px;
    margin: 0 auto 15px auto;
    background: #8b00ff;
    border-radius: 8px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
    text-align: center;
	transition: all 0.3s;
}

@media (max-width: 900px) {
	.container {
        font-size: 45px;
    }
    
    .container1 {
        font-size: 20px;
    }

	
	.button {
		max-width: 250px;
		font-size: 25px;
	}
	
	.home-button {
		max-width: 280px;
		padding: 15px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 12px;
	}
	
	.send-button {
		max-width: 360px;
		padding: 15px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 12px;
		font-size: 20px;
	}
}

@media (max-width: 590px) {
	.container {
        font-size: 35px;
    }
    
    .container1 {
        font-size: 20px;
    }
	.button {
		max-width: 180px;
		padding: 11px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.home-button {
		max-width: 230px;
		padding: 11px;
		font-size: 18px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 10px;
	}
	.send-button {
		max-width: 230px;
		padding: 11px;
		font-size: 18px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 10px;
		font-size: 13px;
	}
	.button img {
		width: 30px;
		height: 30px;
		margin-right: 15px;
		flex-shrink: 0;
	}
}

@media (max-width: 500px) {
	.home-button {
		max-width: 230px;
		padding: 11px;
		font-size: 15px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 10px;
	}
	.send-button {
		max-width: 280px;
		padding: 11px;
		font-size: 15px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 10px;
	}
}

@media (max-width: 450px) {
	.home-button {
		max-width: 230px;
		padding: 11px;
		font-size: 14px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 8px;
	}
	.send-button {
		max-width: 230px;
		padding: 11px;
		font-size: 14px;
		margin-bottom: 10px;
		text-decoration: none;
		border-radius: 8px;
	}
}

.button:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

.button-png:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-3px);
}

.link-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.platform {
    text-align: right;
    width: 45%;
    padding-right: 10px;
}

.separator {
    width: 10%;
    text-align: center;
    font-weight: bold;
}

.link-row a {
    text-align: left;
    width: 45%;
    padding-left: 10px;
}

.container3 {
    max-width: 175px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    font-size: 7px;
	color: #aaa;
    position: absolute;
    top: 20px;
    right: 20px;
}

.button-container3 {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    font-size: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    background: #8b00ff;
    color: #fff;
    text-align: center;
	transition: all 0.3s;
	text-decoration: none;
}

.button-container3:hover {
    text-decoration: none;
    background: #a366ff;
	transform: translateY(-5px);
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.home-button img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    flex-shrink: 0;
}

.container4 {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    margin-bottom: 55px;
	margin-top: 60px;
    font-size: 35px;
	background: rgba(0, 0, 0, 0.15);
}

body * {
    animation: gentleAppear 0.8s ease-out backwards;
}

.container { animation-delay: 0.1s; }
.container1 { animation-delay: 0.2s; }
.button { animation-delay: 0.3s; }
.container4 { animation-delay: 0.4s; }
.container-text { animation-delay: 0.5s; }

@keyframes gentleAppear {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: #aaa;
    font-size: 11px;
    border-top: 1px solid #333;
}