main {
    padding-top: 100px;
}

.container {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 24px;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #222;
}

/* Founder Quote */
blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    border-left: 4px solid #111;
    background: #f8f8f8;
    font-size: 1.25rem;
    font-style: italic;
    color: #111;
}

/* Links */
a {
    color: #111;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: 0.7;
}