html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;
    font-size: 100%;
  }

body {
    margin: 0;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1em;
    font-weight:300;
    line-height: 1.5em;
    color: #FFFFFF;
    background-color: #191919;
    height:100%;
  }

  .info-box
  {
    padding:80px;
    font-size:2em;
    text-align:center;
  }

  .copyright
  {
    font-size:0.8em;
    font-weight:100px;
    text-align:center;
  }