body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    margin: 0;
    color: #222;
}

.text-layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2em 0 2rem 5rem;
    position: relative;
}

header h1 {
    font-size: 2em;
    color: purple;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 2em;
    color: #444;
}

.columns {
    display: flex;
    flex-direction: row;
    gap: 2.5em;
    /* position: relative; */
}
/* (╬≖_≖) */
.column-text {
    /* flex: 1; */
    position: relative;
    /* float: left; */
    /* font-size: 1.05em; */
    /* line-height: 1.5; */
}

.pull-quote {
    float: left;
    margin: 0 1em 1em -3em;
    /* position: absolute; left: 1em; top: 39em; */
    width: 200px;
    /* height: 40px; */
    font-size: 1.2em;
    font-style: italic;
    color: purple;
    background: rgb(255, 182, 193, 0.6);
    padding: 1.2em 1.2em 1.2em 1em;
    border-left: 4px solid purple;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(102, 51, 204, 0.08);
    z-index: 1;
}

.quote-citation {
    display: block;
    margin-top: 0.5em;
    font-size: 1em;
    color: #555;
    font-style: normal;
}
