.hero {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	margin: 1rem 0;
}

svg {
	filter: drop-shadow(4px 4px 0px #000);
}

.hero svg {
	width: 150px;
	height: 150px;
	color: var(--accent);
	filter: drop-shadow(4px 4px 0px #000);
}

.hero h1 {
	font-size: 3rem;
	margin: 0;
}

.hero .btn {
	font-size: 2rem;
}

.home-links > div {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.home-links > h2 {
	text-align: center;
}

.post-hero > p {
	width: 50%;
	margin: 1rem auto 3rem auto;
	text-align: center;

	@media (max-width: 768px) {
		width: 90%;
	}
}

.home-icons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-support {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0 0 0;

	.btn {
		color: var(--accent);
		background-color: rgba(0, 0, 0, 0);
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
}
