.no-kittens-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.no-kittens-card {
    max-width: 700px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.no-kittens-card img {
    width: 220px;
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
}

.no-kittens-card h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #444;
}

.no-kittens-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
}