<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 100px;
}
</style>
</head>
<body>
<h1>500 - Server Not Responding</h1>
<p>Sorry, the website is currently unavailable. Please try again later.</p>
</body>
</html>