<html>
<head>
<title>Random Good Stuff Is Closed</title>
<style>
.container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
} 

img {
  width: 600px;
}
</style>
</head>

<body>

<div class='container'>
    <img src='banner.jpg'>

    <div>Thanks for stopping by, but Random Good Stuff has closed up shop!</div>
</div>
</body>
</html>
