:root {
	padding: 0;
	margin: 0;

	font-size: 20px;

	color: white;
	background: url('paint.jpg') center / cover,
	radial-gradient(ellipse farthest-corner at bottom right, #100059, #100059, #367196 ,#367196 , #647b39,#647b39, #936d00,#936d00, #9a152e,#9a152e, #915a8d,#915a8d, #450e77);
}

body {
	padding: 0;
	margin: 0;
}

.page--home {
	width: 100vw;
	height: 100vh;
	display: grid;
	place-content: center;
}

header {
	text-align: center;
}

h1 {
	font-family: 'Limelight', cursive;
	font-weight: normal;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: center;
	font-size: 10vmin;
}

h1 span {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

h1 span:first-child,
h1 span:last-child {
	font-family: 'Old Standard TT', 'Times New Roman', serif;
	font-style: italic;
	font-size: 5vmin;
}

h1 span:first-child::after,
h1 span:last-child::before {
	content: "";
	display: block;
	background: currentColor;
	border-radius: 6px;
	height: 6px;
	width: 40vmin;
}

h1 span:nth-child(2)::after,
h1 span:nth-child(2)::before {
	content: "";
	display: block;
	background: currentColor;
	border-radius: 6px;
	height: 6px;
	width: 70vmin;
}
