@font-face {
	font-family: minecraft;
	src: url('../fonts/minecraft/minecraftfont.woff') format('woff'), url('../fonts/minecraft/minecraftfont.ttf') format('truetype');
	font-weight: 900;
}

html, body {
	background-image: url('../images/sample.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	margin: 0;
}

.box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

	.box .content {
		flex: 1 1 auto;
		display: flex;
	}

	.box .footer {
		flex: 0 1 auto;
	}

.title-text {
	display: flex;
	justify-content: center;
	color: white;
	font-family: minecraft;
	letter-spacing: 1px;
	text-shadow: 5px 5px 5px #000;
}

.clock {
	font-size: 4rem;
}

.container {
	margin: auto;
}

/* New styles for contact block */
.contact-block {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	font-family: minecraft;
	color: #00cfff;
	text-shadow: 2px 2px 2px #000;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 1rem;
	padding: 1rem 1.5rem;
}

.social-wrapper {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

.sociabuzz-block {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 1rem 0 0 1rem;
	padding: 0.5rem 1.5rem;
	box-shadow: 3px 3px 3px #000000;
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	color: #00aaff;
	text-decoration: none;
}

.sociabuzz-block:hover {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px #000000;
	color: #00aaff;
	text-decoration: none;
}

.saweria-block {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 1rem 1rem 0;
	padding: 0.5rem 1.5rem;
	box-shadow: 3px 3px 3px #000000;
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	color: #ff6600;
	text-decoration: none;
}

.saweria-block:hover {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px #000000;
	color: #ff6600;
	text-decoration: none;
}

.questions-block {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.questions-block .icon {
	background-color: #79431c6c;
	border-radius: 0.5rem;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 900;
	font-size: 1.4rem;
	text-shadow: none;
	padding: 0.25rem;
	margin: 0.25rem;
}

.questions-block .icon img {
	filter: brightness(0) invert(1);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.questions-block .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0.25rem;
}

.questions-block .small-text {
	font-size: 0.8rem;
	letter-spacing: 1.5px;
}

.questions-block .large-text {
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: 900;
}

.ribbon {
	padding: 0.5rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 3px 3px 3px #000000;
}

.sociabuzz-block .icon,
.saweria-block .icon {
	background-color: transparent;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 900;
	font-size: 1.8rem;
	text-shadow: none;
	padding: 0.25rem;
	margin: 0.25rem;
}

.sociabuzz-block .icon img,
.saweria-block .icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 0.5rem;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-drag: none;
	-khtml-user-select: none;
	-o-user-select: none;
}

.ribbon .text {
	font-size: 1rem;
	letter-spacing: 1.5px;
	font-weight: 900;
	text-transform: uppercase;
}

.donation-text {
	text-align: center;
	color: white;
	font-family: minecraft;
	letter-spacing: 1px;
	text-shadow: 5px 5px 5px #000;
	font-weight: normal;
	margin: 1rem auto;
	max-width: 600px;
	line-height: 1.5;
}

.donation-text strong {
	font-weight: 900;
}
