body {
	padding-bottom: 0;
}
#wrap {
	min-height: 100vh;
	background: #329ae0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 6rem;
}
#wrap h1 {
	font-size: 3.5rem;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -.2rem;
}
#wrap a {
	display: block;
	color: #fff;
	width: fit-content;
	font-size: 1.8rem;
	background: #47be9a;
	padding: .7rem 4rem;
	border-radius: 2rem;
	border: 1px solid #fff;
	letter-spacing: -.1rem;
	font-weight: 600;
}