.avatar-container{
width:160px;
height:160px;
border-radius:15px;
overflow:hidden;
border:3px solid #00ffff;
box-shadow:0 0 25px #00ffff;
background:#000;
display:flex;
align-items:center;
justify-content:center;
}

.avatar-container img{
width:100%;
height:auto;
object-fit:contain;
}