Generate CSS avatar styles.
.avatar {
width: 48px; height: 48px;
background: #0ea5e9; color: #ffffff;
border-radius: 50%;
display: grid; place-items: center;
font-weight: 700;
font-size: 19.200000000000003px;
text-transform: uppercase;
}