.writers-archive h1 {
    text-align: center;
    margin-bottom: 30px;
}

.writers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.writer-item {
    text-align: center;
    width: 150px;
}

.writer-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.writer-name {
    font-size: 14px;
    font-weight: bold;
}
