@font-face {
	font-family: "FK Screamer";
	src: url("font/FKScreamerTrial-Bold-BF6571330a76e9b.otf") format("opentype");
}

.font-secondary {
	font-family: "FK Screamer", serif;
}

.spacer {
	display: grid;
	place-content: center;
	height: 100vh;
	font-size: 3rem;
	text-transform: uppercase;
}

#container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
	justify-items: center;
}

section {
	height: 100vh;
	grid-area: 1 / 1 / 2 / 2;
	background-color: black;
	clip-path: circle(100% at 50% 50%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
