.name-tag {
    width: 2.25rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: black;
}
