body {
    /*background: linear-gradient(180deg, #12011E 0%, #12011E 30%, #E1E5E8 30%);*/
    background: #ffffff;
    color: #ffffff;
}

.item-price {
    font-weight: bold;
    color: #13a892;
}

.item-duration {
    font-weight: bold;
    color: #666666;
}

.item-description {
    background-color: #ffffff;
    color: #12011E;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}
.img-limited {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
