* {
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
body {
	margin: 0;
	background: #0d1117;
	color: #ffffff;
}
h1 {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.collection-item {
	align-items: center;
	display: flex;
	gap: 1rem;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 95vh;
	text-align: center;
}

.full-width {
	max-width: 100%;
}

.half-visible {
	opacity: 0.5;
}
