.main-container {
    background-color: rgba(255, 255, 255, 0.8)
}
.oxanium-company-name {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.color-company-name {
    color: hsl(var(--bulma-primary-h), 100%, 20%);
}
img.product {
    border-radius: 6px;
}
.card-content.product {
    background-color: rgb(240,248,255);
}
kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    color: #333;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}
a .card:hover {
    border-color: #3273dc;
    box-shadow: 0 8px 24px rgba(50, 115, 220, 0.15);
    transform: translateY(-5px);
}
a .card:hover .content {
    color: #3273dc;
}
ul.no-bullet {
    list-style: none;
}
li .cm {
    color: #337ab7;
    font-size: 1.6em;
    position: relative;
    font-weight: 500;
    top: 3px;
    left: -2px;
}
li .bx {
    color: #b73333;
    font-size: 1.6em;
    position: relative;
    font-weight: 500;
    top: 3px;
    left: -2px;
}