#error_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

img {
	width: 100%;
	margin-top: -100px;
	margin-bottom: 25px;
}

h1 {
	font-size: 22pt;
	margin-top: 0px;
	text-align: center;
	line-height: 130%;
	font-weight: 600;
	margin-bottom: 25px;
}

button {
	padding: 15px 25px;
	border-radius: 25px;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	background: transparent;
	font-size: 10pt;
}

.row {
	min-height: 100vh;
}