body {
	background-image: url(/assets/media/100line/nozomi-kirifuji/kebab.webp);
	/* position: relative; */
}

.main {
	background-color: hsla(300, 76%, 72%, 0.95);
	color: white;
	width: 40rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	padding: 1rem;
	text-align: center;
	border-radius: 0.5rem;
	border: 0.2rem double white;
	box-shadow: 0 0 10px white;
}

h1 {
	margin: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: white;
}