<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Albert Matthews</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<link rel="icon" href="Albert-Matthews-Favicon-100x100.png" sizes="32x32" />
<style>

body {
    font-family: 'ABeeZee';font-size: 22px;
}

.wrapper {
	margin: auto;
	width: 60%;
	position:relative;
	border:1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
	padding:2em;
}

.center {
	margin: auto;
	position:relative;
	text-align:center;
	padding:4em;
}

.center-left {
	margin: auto;
	width: 100%;
	position:relative;
}

</style>
</head>
<body>
<div class="wrapper">
	<div class="inner-wrapper">
		<div class="center">
			<img src="Albert-Matthews.png" style="max-width:70%;"/>
		</div>
		<div class="center-left">
				<p>Dear Customers,</p>

				<p>We’re very sorry to say that, with immediate effect, Albert Matthews will cease trading.</p>

				<p>If you have placed an order with us, any payments taken will be fully refunded. These should return to your account shortly; if you do not see the refund within the next couple of days, please get in touch and we will assist.</p>

				<p>Sadly, a combination of significant cost pressures — including substantial increases introduced in recent budgets and beef prices rising by over 30% in the last 12 months alone — has made the business no longer viable.</p>

				<p>We are incredibly grateful to all our customers for their support over the past 12 years. It has been a genuine privilege to supply great meat and to work with so many loyal customers during that time.</p>

				<p>Thank you for your understanding.</p>

				<p>Chris Matthews</p>
		</div>
	</div>
</div>	
</body>
</html>
