.foto-perfil-widget {
    text-align: center;
    margin: 20px auto;
}

.foto-perfil-widget img {
    display: inline-block;
    border: 2px solid #ddd; /* Bordas leves */
    padding: 5px;
    background-color: #fff; /* Fundo branco */
    max-width: 100%; /* Responsividade */
    height: auto; /* Mantém a proporção */
}

.foto-perfil-widget.rounded-avatar img {
    border-radius: 50%; /* Borda arredondada */
}

.foto-perfil-widget p {
    margin-top: 10px;
    color: #555; /* Cor do texto alternativo */
    font-size: 14px;
}
    .myCanvas {
        max-width: 100%;
        height: auto;
        border: 0px solid black;
        background: #cc4545;
    }
