/* -- redirect ------------------------------- */

.redirect {
	display: grid;
	min-height: 100vh;
	place-items: center;
	background: var(--paper);
}

.redirect__body {
	width: 100%;
	padding: 0 var(--section-pad);
	text-align: center;
}

.redirect__body a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
