* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    background: #fff;
    max-width: 650px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

nav {
    margin-bottom: 3rem;
}

nav a {
    margin-right: 1.5rem;
    color: #111;
    text-decoration: none;
}

nav a:hover,
nav a.active {
    text-decoration: underline;
}

main h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

main p {
    margin-bottom: 1rem;
}

main a {
    color: #111;
}

footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

footer a {
    margin-right: 1.5rem;
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

footer a:hover {
    color: #111;
}

/* Projects */
.project {
    margin-bottom: 2rem;
}

.project h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.project h2 a {
    color: #111;
    text-decoration: none;
}

.project h2 a:hover {
    text-decoration: underline;
}

.project p {
    color: #444;
}

/* Blog */
.post {
    margin-bottom: 2rem;
}

.post h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.post h2 a {
    color: #111;
    text-decoration: none;
}

.post h2 a:hover {
    text-decoration: underline;
}

.post time {
    font-size: 0.85rem;
    color: #666;
    display: block;
    margin-bottom: 0.5rem;
}

.post p {
    color: #444;
}
