/* Minimalist Styling for Noah Watzlawick's About Page */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #fdfdfd;
}

h1, h2 {
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0;
}

h2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #555;
    margin-top: 5px;
    margin-bottom: 60px;
}

p {
    margin-bottom: 1.2em;
}

strong {
    font-weight: 700;
}

.interview-q {
    font-weight: 700;
    margin-top: 2em;
    color: #000;
}

.interview-a {
    margin-left: 1em;
    font-style: italic;
    color: #444;
    border-left: 2px solid #ccc;
    padding-left: 1em;
}