html, body {
    min-height: 100%;
    margin: 0;
  }
  
  body {
      font-family: 'Opificio', 'Open Sans', sans-serif;
      font-weight: bold;
      background-color: #f8f9fa;
      color: #212529;
      -webkit-font-smoothing: antialiased;
      line-height: 1.5;
      font-weight: 100;
    }