h1 {
    background-color: transparent;
    padding: 0;
}

p {
    margin: 0 !important;
    font-size: 1.2rem !important;
}

section {
    padding-top: 32px;
    padding-bottom: 48px;
}

.author-bio-wrapper {
    background-color: var(--darker-main-2);


}

.author-bio {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    color: var(--dirty-white);
    align-items: center;
}

.author-avatar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin: 16px;
}

.posts {
    margin-top: 48px;
    justify-content: center;
    gap: 32px;
}