:root{
	--fondo:#886b4a;
	--texto:#9e2207;
}
body{
	margin: 0;
	background-color: var(--fondo);
	height: 100svh;
}
.mensaje,
.aclaracion{
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: var(--texto);
}
.mensaje{
	font-size: 8svw;
	word-spacing: 2svw;
}
.aclaracion{
	font-size: 2.7svw;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 5svw;
}
div.fondo{
	background-image: url("imgs/carton.png");
	opacity: .8;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
div.todo{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 2svw;
}
div.separa{
	background-color: var(--texto);
	height: 3svw;
	width: 85svw;
}