.site-cover {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
}

.site-cover img {
    width: 100%;
    height: auto;
    filter: brightness(50%);
}

.site-cover-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

.home .post-list {
    list-style: none;
    padding-left: 0;
}

.home .post-list li {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.home .post-link {
    font-size: 1.5em;
    color: #FA7268;
    text-decoration: none;
}

.home .post-meta {
    font-size: 0.9em;
    color: #888;
}

.home .post-list p {
    margin-top: 0.5rem;
    line-height: 1.6;
}