.location {
    font-size: 1.2rem;
}

.box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.box, .box a {
    color: #2b2b29;
}

.avatar {
    float: left;
    margin-right: 10px;
}

.info {
    float: left;
}