body {
    background: #f8f8f6;
    color: #171717;
}

.page {
    max-width: 900px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.brand {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 0;
}

.intro {
    font-size: 1.15rem;
    color: #666;
    max-width: 500px;
    margin-top: 12px;
}

.section-title {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    margin-bottom: 15px;
}

.project-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
    margin-top: 10px;
}

.project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.project-name {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.5px;
}

.project-link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.project-link:hover {
    text-decoration: none;
}

footer {
    border-top: 1px solid #ddd;
    margin-top: 70px;
    padding-top: 20px;
    color: #888;
}
