/* /Views/Layout.razor.rz.scp.css */
.layout-root[b-rqt00sjshb] {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.layout-root > .layout-center[b-rqt00sjshb] {
	padding: 1em;
	max-width: 600px;
}
/* /Views/MessageView.razor.rz.scp.css */
main[b-ci7czkpabt] {
	border: 1px solid black;
	padding: 1em;
}

footer[b-ci7czkpabt] {
	margin-top: 0.5em;
	opacity: 0.6;
}
