.username-container {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    justify-content: stretch;
    margin-top: 15px;
    font-size: 15px;
    height: 32px;
    vertical-align: middle;
}

.username {
    display: flex;
    height: 32px;
    align-items: center;
}

.user-icon {
    justify-self: right;
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #fc0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #515253;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    padding-left: 2px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}