@charset "utf-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

@font-face {
    font-family: 'Skylark ITC Std Regular';
    src: url('./fonts/skylark_itc_std_regular.woff2') format('woff2'),
         url('./fonts/skylark_itc_std_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

img.center-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

div.footer {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    font-size: 9pt;
    font-family:Arial, Helvetica, sans-serif;
}




