:root {
    --primary-color: #994bb3;
    --secondary-color: #0a1b1b;
    --background-color: #fbfef9;
    --gray-color: #8d8e8e;
    --light-gray-color: #a5b2b9;
    --passive-color: #f4f0fa;
}

*
{
    font-family: 'Poppins', sans-serif;
}

#content{
    text-align: justify;
    padding: 10px;
}

@media only screen and (max-width: 766px) {
    h1 {
        padding-left: 20px;
    }
}

h2{
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-item{
    width: 100%;
    max-height: 300px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
}

#div-slider{
    margin-top: -25px;
}

.fullstop {
    color: var(--primary-color);
    margin-left: -10px;
}

.primary-heading {
    font-weight: 600;
    font-size: 2rem;
    text-align: left;
}

#shopee, #lazada{
    height: 28px;
    width: 28px;
}