.footer-container {
	display: flex;
	justify-content: center;
	background-color: #303030;
	width: 100%;
}
.footer-inner {
	width: 80%;
	padding: 20px 0 50px 0;
}
.follow-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 20px 0;
}
.follow-top {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.follow-content {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 20px;
}
.footer-header {
	color: white;
	font-size: 2.5rem;
}
.follow-each {
	display: flex;
	text-decoration: none;
	background-color: white;
	place-items: center;
	justify-content: center;
	color: #202020;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	font-size: 2rem;
	box-shadow:
		-5px -5px 10px rgba(0, 0, 0, 0.5),
		5px 5px 10px rgba(0, 0, 0, 0.5),
		inset -2px -2px 5px rgba(0, 0, 0, 0.5);
}
.follow-each:hover {
	transform: translateY(-5px);
}
.contact-container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contact-row {
	width: 100%;
	text-align: center;
}
.contact-text {
	font-family: 'Regular';
	color: white;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
}

#follow-discord {
	background-color: var(--discord);
	color: white;
}
#follow-facebook {
	background-color: var(--facebook);
	color: white;
}
#follow-twitter {
	background-color: #202020;
	color: var(--twitter);
}
#follow-youtube {
	background-color: var(--youtube);
	color: white;
	font-size: 1.3rem;
}
#follow-instagram {
	background: var(--instagram);
	color: white;
}

.pixelar {
	font-size: 1.6rem;
	text-decoration: none;
	font-family: 'Bold';
	background: linear-gradient(45deg, #edbc7e, #eee586, #b2efa4, #72cec3, #79aedc, #b09ee1, #ec8dac);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
