<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
background: crimson;
}
.box {
width: 40%;
height: 200px;
border: 5px solid gold;
}
img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="box">
<img src="/uploads/media/default/0001/05/f32e5dec539f7c03f44990789d49d67c20c3e040.jpg" alt="Example image" />
</div>
</body>
</html>