<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Online Payment - Error Page</title>

	<link rel="stylesheet" href="/css/base.css">
	<link rel="stylesheet" href="/css/style-error.css">
</head>
<body>

<main>
	<section class="result-section">
		<div class="result-container">

			<div class="result-card featured">
				<h3 class="gateway-price">Opps!</h3>
				<h3 class="gateway-name">Something went wrong.</h3>
				<div class="col-md-12">
					<img src="images/error.png"  alt="Logo" class="gateway-logo">
				</div>
				<div style="font-size: small; padding: 10px;" class="blink">
					We appreciate your patience. If you were in the middle of a transaction, don’t worry — we will take care of it automatically.
				</div>

				<button type="button" class="select-button" onclick="javascript:location.href='/'">
					Home
				</button>
			</div>
		</div>
	</section>
</main>

<script>

</script>
</body>
</html>