/* .imagem {
    width: 60px;
    border-radius:50% ;
    overflow: hidden;
    border: 2px solid rgb(9,149,9);
}


img {
    width: 60px;
}

.card {
    width: 300px;
    height: 500px;
    border: 2px solid rgb(9,149,9) ;
    border-radius: 10px;
    background-color: yellowgreen;
    display: flex;
    flex-direction: column;
    align-items: center;
  justify-content:space-around;
} */