.imagem-perfil {
    width: 100px;
    height: 100px;
    background-color: rgb(9, 113, 170); /* Cor de fundo */
    border-radius: 50%; /* Formato circular */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px; /* Tamanho das letras */
    color: white;
}