  body
    {
      padding: 0;
      margin: 0;
      background:#ffffff;
      font-family: 'calibri';
      font-size: 14pt;
    }
    
h1,h2,h3,h4,h5,h6
    {
      font-size: 18pt;
      font-family: 'calibri';
    }


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2780e3;
    border-color: #1967be;
    text-align: center;
}