Let's refine our filter building skills by styling part of a photography website.
<html> <head> <style> img {filter: brightness(80%) saturate(75%) contrast(150%); width: 200px; height: 300px; padding: 50px; border: solid 2px black; background-color: white;} body { text-align: center; font-family: monospace; background-color: beige;} </style> </head> <body><img src="https://mimo.app/i/sea-of-clouds.png""> <p> <em> White Sea of Clouds </em> | Szabo Viktor | 2018 </p> </body> </html>]]>