body {
    color: rgb(var(--bs-tertiary-color-rgb));
    padding-top: 20px;
}
.text-justify {
    text-align: justify;
}

.item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

