:root {
    --normal-font-size: 1.4rem;
    --primary-color: #ffb156;
}

.main-container, .header-container {
    max-width: 990px !important;
}

.box {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #fff;
}

.bi {
    width: auto !important;
    height: auto !important;
}

body {
    font-size: var(--normal-font-size);
    font-family: Lexend,sans-serif !important;
    background-color: rgb(248, 250, 252) !important;
}

hr {
    border-top: 1px dashed #000 !important;
}
