h1{
    text-align: center;
    font-family: 'Inter', serif;
    font-size: 40px;
    margin-bottom: 50px;
}

h2{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.default-section p{
    font-size: 20px;
    color: #1F1F1F;
}

.author-div{
    display: flex;
    justify-content: center;
    gap: 10rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.author-div div{
    text-align: center;
    max-width: 300px;
}

.author-div img{
    width: 300px;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.author-div p{
    text-align: justify;
}