.bg-gradient-article {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    color: #fff;
}
.ratio-9x16 {
    aspect-ratio: 16 / 9;
    border: 1.5px solid #f084a2;
}
.object-fit-cover {
    object-fit: cover;
}
.card a img {
    transition: transform 0.3s ease;
}
.card a:hover img {
    transform: scale(1.05);
}

h1{
    color: #f084a2;
}

#isi-artikel img{
    width: 60% !important;
}