<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.container {
margin: 0;
padding: 0;
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #000000;
}
.image {
margin: 0;
padding: 0;
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
object-fit: contain;
}
</style>
</head>
<body style="margin: 0; padding: 0;">
<div class="container">
<img class="image" src="/content/b71170596a643e94b3db98648e4830efe89f2f1af6db581ed4384ff6167bdc19i0">
</div>
</body>
</html>
260 days ago