body {
	background-color: #121212;
	color: white;
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 5vw;
	min-height: 100vh;
	margin: 0;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: -1;
}

h1 {
	color: white;
	margin: 0;
	padding: .25em;
	line-height: 1;
	border: solid 3px white;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: clamp(2rem, 10vw, 4rem);
}
