.verified-res-error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;

	&__message {
		font-size: 3rem;
		line-height: 1;
		font-weight: 700;
	}
}
