html {
    height:100%;
    font-family: sans-serif;
    color: #000;
  }
  body {
    margin-left: 10vw;
    margin-right: 10vw; 
    margin-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
    min-height:100%;
    height:auto !important;
    height:100%;
    overflow-y: scroll !important;
  }
  p {
      font-size: 14pt;
  }
  .logo {
      width: 40vw;
  }
  .small {
      font-size: 10pt;
  }
  .big {
      font-size: 20pt;
      font-weight: bold;
  }
