﻿
/*bootstrop overwrite*/
body {
    margin: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: normal !important;
    color: inherit !important;
    text-align: inherit !important;
    background-color: inherit !important;
    -webkit-text-size-adjust: auto !important;
    -webkit-tap-highlight-color: auto !important;
    line-height: normal !important; /* or 1.4 !important */
    font-family: Arial, Verdana, sans-serif !important;
}

a.button3 {
    text-decoration: none !important;
}

a.button6 {
    text-decoration: none !important;
}

a.button1 {
    text-decoration: none !important;
}

*, ::after, ::before {
    box-sizing: content-box !important;
}

a {
    /*   color: var(--bs-link-color);*/
    text-decoration: none;
}

/*end bootstrop overwrite*/
