div#verification {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000c;
	z-index: 999;
	align-items: center;
	justify-content: center;
}

div#verification > div {
	background: #fff;
	padding: 2em;
	border-radius: .5em;
	max-width: 500px;
	text-align: center;
}

div#verification p:first-child {
	font-size: 1.3em;
}

div#verification p + p {
	margin-top: 1em;
}

div#verification button {
	width: 5em;
	padding: 0.5em 1em;
	font-size: 0.8em;
}
