section {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/bg.jpg") 50% 50% / cover no-repeat;
	width: 100%;
	height: 100dvh;
}

section div {
	padding: 20px;
	max-width: 600px;
	font-family: "Shippori Antique B1", sans-serif;
	font-size: clamp(2rem, 1.76rem + 0.5vw, 2.4rem);
}

section div p:not(:last-of-type) {
	padding-bottom: 40px;
}