Round the corners of the user's profile image.

<html>
<head>
<style>
.avatar {
border-radius:100px;
}

</style>
</head>
<body>
<img class="avatar" src="https://mimo.app/r/lori.png">

</html>]]>

Make sure to pick border-radius, followed by :, and finally 100px.