<!DOCTYPE html>
<html>
<head>
	<style type"text/css">
		div {
			display: flex;
			justify-content: center;
			width: 100%;
		}
		img {
		height: auto;
		width: 75%;
		}
	</style>
</head>
	<body>
		<div>
			<img src="Maintenance2.png"/>
		</div>
	</body>
</html>