.button-ambiente-container {
    display: flex;
    gap: 20px;
    font-weight: bold;
}

.mermaid {
    text-align: center;
}

/* Otimização de carregamento de imagens */
img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 20px 0;
}

figure img {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
