.avaimg { 
	width: 80px; 
	height: 70px; 
	border-radius: 5px;
	border: solid black 1px;

}
.avaimg img { 
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}