.photo{
    width: 200px;
    height: 200px;
    
    color:yellow;
    border-radius: 50%;
    background-image: url('logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px black solid;
    background-position: center center;
   
}
img.logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    
}
