html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: center !important;
    font-size: 14px !important;
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

h1 {
    font-size: 22px !important;
}


h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 16px !important;
}

h5 {
    font-size: 14px !important;
}

h6 {
    font-size: 12px !important;
}

h2, h3, h4, h5, h6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* product card */
.product-card {
    max-width: 500px!important;
    border: 1px solid #da0b0b;
}
.product-img {
    max-width: 300px!important;
}

/* article card */
.article-card {
    border: 1px solid #da0b0b;
}