:root{
    --themeColor-1:#175473;
    --themeColorRgb-1:23, 84, 115;
    --themeColor-2:#000000;
    --themeColorRgb-2:0, 0, 0;
    --themeColor-3:#1e1e1e;
    --themeColorRgb-3:30, 30, 30;
    --themeColor-4:#eeeeee;
    --themeColorRgb-4:238, 238, 238;
    --themeColor-5:#a91079;
    --themeColorRgb-5:169, 16, 121;
    --themeColor-6: #ffffff;
    --themeColorRgb-6: 255, 255, 255;
    --themeColor-7: #ffc000;
    --themeColorRgb-7: 255, 192, 0;
    --themeColor-8:#2e2e2e;
    --themeColorRgb-8:46, 46, 46;
    --themeColor-9: #bbbbbb;
    --themeColorRgb-9: 187, 187, 187;
    --themeColor-10: #18658b;
    --themeColorRgb-10: 24, 101, 139;
    --themeColor-11: #e9ecef;
    --themeColorRgb-11: 233, 236, 239;
    --themeColor-12: #ced4da;
    --themeColorRgb-12: 206, 212, 218;
    --themeColor-13: #dc3545;
    --themeColorRgb-13: 220, 53, 69;
    --themeColor-14: #c82333;
    --themeColorRgb-14: 200, 35, 51;
    --bootstrap-icons: 'bootstrap-icons';
}
html, body{
    height: 100%;
    word-wrap: break-word;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
body a{
    text-decoration: none;
}

