To the beautiful people in my life
who stay in touch,
who send photos, kind messages,
and let me know they’re thinking of me.
To the beautiful souls—inside and out—
across oceans and distances,
who remain constant through good and bad,
through thick and thin.
These are the important ones.
These are the ones who matter.
Thank you for being there.
You know who you are.
.image-copyright-container {
position: relative;
display: inline-block;
}
.image-copyright-overlay {
position: absolute;
bottom: 5px;
right: 5px;
background: rgba(249, 249, 249, 0.85);
color: #333;
font-family: Arial, sans-serif;
font-size: 10px;
padding: 2px 6px;
border-radius: 4px;
display: flex;
align-items: center;
gap: 3px;
max-width: 90%;
flex-wrap: wrap;
}
.image-copyright-overlay img {
width: 12px;
height: 12px;
}
.image-copyright-overlay a {
color: #0066cc;
text-decoration: none;
font-weight: bold;
}
.image-copyright-overlay a:hover {
color: #004499;
}
@media (min-width: 768px) {
.image-copyright-overlay {
font-size: 12px;
padding: 4px 8px;
}
.image-copyright-overlay img {
width: 14px;
height: 14px;
}
}