@font-face {
	font-family: AllertaStencil;
	src: url("AllertaStencil-Regular.woff2");
}

body {
	background: linear-gradient(to top right, indigo, #000);
	font-family: AllertaStencil, sans-serif;
}

.container {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
}

h1 {
	color: #fff;
	font-size: 8em;
	font-weight: 400 !important;
	text-shadow: 2px 2px 8px rgb(255 0 255 / 50%);
}