main{
    font-family: serif;
    font-size: 22px;
}

.content{
    max-width: 90ch;
}

.quote-container{
    display: flex;
    gap: var(--space-3);
    color: #31150c;
    width: 90%;
}

.quote{
    font-size: 40px;
}

.quote-container > i{
    height: 100%;
    font-size: 34px;
}

.fa-quote-right{
    display: flex;
    align-items: flex-end;}

.about-intro{
    font-size: 28px;
    padding-left: var(--space-5);
}

.first.section{
    margin: 0;
    margin-bottom: var(--space-6);
    
}

.last-part{
    line-height: 1em;
}
.content{
    gap: var(--space-4);
}

.img-container{
    margin-bottom: var(--space-3);
}

.img-container img{
    border-radius: 50%;
    height: auto;
    max-height: 400px;
}

footer.credit{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: var(--space-1);
    color: grey;
    background-color: #f7ecd7;
    font-size: 12px;
}


@media (max-width: 768px) {
    .quote, .quote-container > i{
        font-size: 22px;
    }
}