.site-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.site-title a {
    text-decoration: none;
    color: #111;
}

.site-description {
    color: #666;
    font-size: 1rem;
}

.entry-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.entry-title a {
    text-decoration: none;
    color: #111;
}

.entry-title a:hover {
    color: #0073aa;
}

.entry-content {
    margin-bottom: 2rem;
}

footer.site-footer {
    padding: 2rem 0;
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

footer.site-footer a {
    color: #666;
    text-decoration: none;
}

footer.site-footer a:hover {
    text-decoration: underline;
}