<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MGCV</title>
<style>
body {
margin: 0;
background: white;
display: flex;
justify-content: center;
align-items: center;
}
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<img src="image.png" alt="MGCV">
</body>
</html>