:root {
    --ink: #1f1f1f;
    --pastel-sky: #cfefff;
    --pastel-pink: #ffd2ea;
    --pastel-butter: #fff1b8;
    --pastel-mint: #d8f8d2;
    --pastel-lav: #e9e2ff;
}

.ill-center-container {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.ill-center-container svg {
    max-width: 180px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .ill-center-container svg {
        max-width: 140px;
    }
}
