.circle {
  /*background-color: #aaa;*/
  border-radius: 50%;
  width: 150px;
  height: 150px;
  /*overflow: hidden;*/
  position: relative;
  
}
/*
.circle img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
*/

img{
    
    background-color: #ddd;
    height: 100px;
    object-fit: cover;
    width: 100px;  
    border-radius: 100%;
    
  }

  .fonte {
    font-size:larger;
  }