.character-card {
    display: flex;
    margin: 1em auto;
}

.character-card__indent {
    margin-left: 32px;
}

.character-card__emoji {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 100%;
    background: #efefef;
    text-align: center;
    line-height: 64px;
    font-size: 40px;
}

.character-card__portrait {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 100%;
    background: #efefef;
}

.character-card__portrait a {
    display: block;
    width: 100%;
    height: 100%;
}

.character-card__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character-card__description {
    align-self: center;
}

.character-card__description::first-letter {
    text-transform: uppercase;
}
