<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
img {
border: 2px solid #C0C0C0;
padding: 5px;
}
img:hover {
box-shadow: 0px 4px 5px #FFD700;
}
</style>
</head>
<body>
<a target="_self" href="https://www.groovypost.com/wp-content/uploads/2019/07/sunset-beach-phone-photos-featured.jpg">
<img src="https://www.groovypost.com/wp-content/uploads/2019/07/sunset-beach-phone-photos-featured.jpg" alt="photo" width="300">
</a>
</body>
</html>