body{
    background-color: black;
    color: white;
}

.main{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerdiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.centerimage{
    max-width: 50%;
    height: auto;
}

.list{
    width: min(900px, 95vw);
    margin-top: 12px;
}

.card{
    width: 100%;
    border: 1px solid #444;
    border-radius: 10px;
    padding: 12px;
    margin: 10px 0;
    background: rgba(255,255,255,0.03);
    text-align: left;
}

.card-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-meta{
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
}

.card-text{
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    white-space: pre-wrap;
}

.card-link a{
    color: #7fb3ff;
    text-decoration: none;
}
.card-link a:hover{
    text-decoration: underline;
}

.meta{
    color: #bbb;
    margin-top: 10px;
}

.error{
    color: #ff6b6b;
    white-space: pre-wrap;
    margin-top: 10px;
}