body {
    --bs-body-line-height: 1.7;
    font-family: "Arial", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    color: rgb(var(--text_color));
    background-color: rgb(var(--background_color));
    padding-top: 85px;
    font-size: 14px;
    overflow-x: hidden;
}