body {
	background-color: #001;
	color: rgb(97, 212, 218);
	margin: 0;
	padding: 2.4rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 5rem;
	min-height: 100vh;
	font-family: 'Helvetica Neue', Helvetica, 'Arial Narrow', Arial, 'Segoe UI', sans-serif;
}

h1,
h1::before {
	font-size: 15vmin;
	text-align: center;
	margin: 0;
}

h1 {
	position: relative;
	color: transparent;
	background: url('bg-chip-low.jpg') no-repeat center;
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1::before {
	position: absolute;
	content: attr(title);
	inset: 0;
	color: red;
	text-shadow: 0 0 0.25rem rgb(250, 230, 124);
	z-index: -1;
}

.container {
	width: 100%;
	text-align: center;
}

.text {
	font-size: 1.75rem;
	line-height: 2.5rem;
	font-weight: 200;
	letter-spacing: 0.18em;
	text-wrap: balance;
}

.btn {
	display: inline-block;
	text-align: center;
	padding: 0.5rem 1rem;
	margin-top: 1.5rem;
	background-color: rgb(56, 216, 224);
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	transition: background-color 0.3s;
}

.btn:hover {
	background-color: #78ed9d;
}

.btn small {
	display: block;
	font-size: 0.75rem;
	opacity: 0.9;
}
