
.person {
    display: flex;
    align-items: center;
    margin-top: 1rem
}

.person .avatar {
    margin-right: 3rem;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    flex-shrink: 0
}

.person .description {
    flex-grow: 1
}

.person .description p {
    margin: 0
}

.person .description .name {
    text-align: right;
    margin-top: 1rem
}

.person .description .name .main {
    font-size: 20px;
    color: #69416c
}