<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<title>Pernalonga Comunist</title>
<style>
.image-container {
text-align: center;
margin-top: 40px;
}
.caption {
font-size: 1.5em;
font-weight: bold;
color: #b22222;
margin-top: 12px;
font-family: Arial, sans-serif;
}
img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
</style>
</head>
<body>
<div class="image-container">
<img src="hue.jpg" alt="Pernalonga Comunist">
<div class="caption">NOSSA HISTORIA !</div>
<div class="comment">
Due to copyright, this is all you will get.<br>
Use your imagination.
</div>
</body>
</html>