body {
    font-family: monospace;
    background-color: #ffffff;
    color: #333;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
}
header {
    text-align: center;
    margin-bottom: 3rem;
}
header h1 {
    font-size: 3rem;
}
nav a {
    margin: 0 1rem;
    font-size: 1.5rem;
}
img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
}
.post-header h2 {
    font-size: 1.35rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-align: center;
    color:rgb(70, 70, 70);
}
.post-header p {
    font-size: 1rem;
    text-align: center;
    color: rgb(165, 165, 165);
    margin-bottom: 3rem;
}
.section {
    margin-bottom: 3rem;
}
.section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #333;
    display: inline-block;
}
.section p, .section ul li {
    font-size: 1.25rem;
    line-height: 1.8rem;
}
.about {
    text-align: center;
}
.projects ul, .recent-posts ul {
    padding: 0;
}
.projects li, .recent-posts li {
    list-style: none;
    margin-bottom: 1.5rem;
}
.recent-posts li p.subtitle, .projects li p.subtitle {
    color: #555;
    margin: 1rem 0 0 0;
}
.content {
    font-size: 1rem;
}
footer {
    text-align: center;
    font-size: 1rem;
}
