body {
	font-family: sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
	width: 100%;
	color: #0d0d0d;
	background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2027.3.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%202400%201350%22%20style%3D%22enable-background%3Anew%200%200%202400%201350%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.squiggle_red%2C.squiggle_blue%20%7Bopacity%3A0.5%3Benable-background%3Anew%3B%7D.squiggle_red%20%7Bfill%3A%23E94E47%3Banimation%3A%20squiggleRed%2060s%20ease-in-out%20infinite%20reverse%3B%7D.squiggle_blue%20%7Bfill%3A%23B1D6DA%3Banimation%3A%20squiggleBlue%2060s%20ease-in-out%20infinite%3B%7D%40keyframes%20squiggleBlue%20%7B0%25%2C%20100%25%20%7Btransform%3A%20translateX(0%25)%3B%7D50%25%20%7Btransform%3A%20translateX(50%25)%3B%7D%7D%40keyframes%20squiggleRed%20%7B0%25%2C%20100%25%20%7Btransform%3A%20translateX(0%25)%3B%7D50%25%20%7Btransform%3A%20translateX(-50%25)%3B%7D%7D%3C%2Fstyle%3E%3Cg%20id%3D%22squiggle_red_00000080910220254644261290000008298891563610728627_%22%3E%3Cg%20id%3D%22squiggle_red%22%20class%3D%22squiggle_red%22%3E%3Cimage%20style%3D%22overflow%3Avisible%3Bopacity%3A0.33%3B%22%20width%3D%223781%22%20height%3D%221215%22%20xlink%3Ahref%3D%22B45A6D8E66FF7D0.png%22%20%20transform%3D%22matrix(1%200%200%201%20-90.66%20-90)%22%3E%3C%2Fimage%3E%3Cg%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M3600%2C832.6L3599.1%2C0L0%2C0.7v854.7c365.1-264%2C659-311.6%2C853.5-310.1c669.8%2C5.4%2C1106.2%2C602%2C1537.8%2C469.9c154.5-47.3%2C244.8-168.5%2C502.1-197.1c86.4-9.6%2C208.3-23.2%2C318%2C24.8c67.8%2C29.6%2C88.3%2C64.1%2C150.6%2C73c86.7%2C12.4%2C173-36.1%2C234.3-81.3L3600%2C832.6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22squiggle_blue_00000121996931519017138420000006040748159149190300_%22%3E%3Cg%20id%3D%22squiggle_blue%22%20class%3D%22squiggle_blue%22%3E%3Cimage%20style%3D%22overflow%3Avisible%3Bopacity%3A0.33%3B%22%20width%3D%223751%22%20height%3D%221215%22%20xlink%3Ahref%3D%22B45A6D8E66FF7D1.png%22%20%20transform%3D%22matrix(1%200%200%201%20-1275.66%20210)%22%3E%3C%2Fimage%3E%3Cg%3E%3Cpath%20class%3D%22st4%22%20d%3D%22M-1199.1%2C487.6l-0.9%2C862.4l3598.2-0.7l1.8-884.6c-365%2C263.9-658.8%2C311.6-853.3%2C310C877.1%2C769.4%2C440.8%2C172.9%2C9.3%2C304.9c-154.5%2C47.3-244.7%2C168.4-501.9%2C197c-86.4%2C9.6-208.2%2C23.1-317.9-24.8c-67.8-29.6-88.3-64.1-150.6-73c-86.6-12.4-172.9%2C36.1-234.2%2C81.3%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: fit-content;
	overflow: hidden;
}
main {
	flex: 1 1 auto;
}
footer {
	flex: 0 0 auto;
	display: flex;
	padding: 1em 2em;
	align-items: center;
	font-weight: 200;
}
section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
	transition: 0.5s ease;
	color: var(--color-text);
}
a:hover,
a:visited {
	color: #8c6161;
}
.slide-left,
.slide-up {
	padding: 0 2rem;
	margin: 0;
}
.slide-left {
	font-size: clamp(24px, 5vw, 150px);
	animation: slideLeft 2s forwards;
	animation-delay: 1s;
	transform: translateX(100vw);
}
.slide-up {
	font-size: clamp(24px, 4vw, 120px);
	margin-top: 1em;
	transform: translateY(100vh);
	animation: slideUp 2s forwards;
	animation-delay: 4s;
}
@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100vw);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(100vh);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
