/* Arredondar as bordas de imagens */
.md-typeset img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.md-typeset a img:hover {
    opacity: 0.9;
    transition: opacity 0.2s;
}