@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
      url(/fonts/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
      url(/fonts/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
      url(/fonts/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

  
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  body {
    margin: 0;
    padding: 7px;
    background-color: #f3f3f3;
    font-family: 'Roboto', sans-serif; /* Updated font-family to Roboto */
}
  
  .clearfix:after {
    display: table;
    content: "";
    clear: both;
  }
  
  h1 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 39px;
    font-weight: bold;
    color: #131313;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  h2 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  header,
  .content {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin: 0 auto 10px auto;
    position: relative;
  }
  
  .content {
    padding: 35px 25px 35px 25px;
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    color: #606060;
    margin-bottom: 20px;
  }
  
  footer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px auto;
    padding: 0 10px 0 10px;
    font-family: Avenir-Book;
    font-size: 12px;
    color: #626262;
    text-align: center;
  }
  
  footer span {
    font-family: Avenir-Book;
    font-size: 12px;
    color: #626262;
  }
  
  footer span a {
    color: #626262;
    text-decoration: none;
  }
  
  footer span a:hover {
    text-decoration: underline;
  }
  
  .m-show {
    display: none;
  }
  
  .thumb {
    float: left;
    width: 50px;
    margin-right: 10px;
  }
  
  .main {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .name {
    font-family: "Cabin", sans-serif;
    font-size: 17px;
    color: #1f599d;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
  }
  
  .stat {
    font-family: "Cabin", sans-serif;
    font-size: 13px;
    color: #818181;
    display: inline-block;
    padding-right: 15px;
  }
  
  .advertorial {
    position: absolute;
    top: 0;
    right: 25px;
    text-align: right;
    font-size: 19px;
    color: #9b9b9b;
  }
  
  .advertorial img {
    display: inline-block;
  }
  
  .button {
    background: #019cfe;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    padding: 18px 70px 18px 70px;
    display: table;
    margin: 0 auto 0 auto;
    text-decoration: none;
  }
  
  .button:hover {
    background: #0184d5;
  }
  
  @media screen and (max-width: 500px) {
    body {
      padding: 0;
    }
  
    .m-show {
      display: block;
    }
  
    .m-hide {
      display: none;
    }
  
    .advertorial {
      right: 10px;
    }
  
    .name {
      display: inline-block;
      padding-right: 5px;
    }
  
    .stat.first {
      padding-right: 50px;
    }
  
    h1 {
      font-size: 20px;
    }
  
    h2 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  
    .main {
      margin-bottom: 10px;
    }
  
    .content {
      font-size: 14px;
    }
  
    footer {
      font-size: 13px;
    }
  
    .button {
      padding: 10px 45px 10px 45px;
    }
  }
  #fda {
    font-size: 12pt;
  }
  
  #fda a {
    color: #4a4a4a;
  }
  #adver p {
    text-align: center;
    margin: 0;
    padding: 0;
    position: 0;
    font-size: 14pt;
    color: #c6c6c6;
  }