body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

img {
	width: 50%;
	max-width: 250px;
}

.submit {
	margin-top: 1rem;
}

.red {
	color: rgb(175, 0, 0);
}
