*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Barriecito", system-ui;
	font-weight: 400;
	font-style: normal;
	background: #400909;
	color: #FFC88D;
	font-size: 32px;
}

.text-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
}