  body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
  }
  h1{
    font-size: 2rem;
    font-weight: 600;
  }
  h2{
    font-size: 1.5rem;
    font-weight: 600;
  }
  h3{
    font-size: 1.2rem;
    font-weight: 600;
  }
  a{
    text-decoration: none;
  }

  .btn{
    font-size:0.9rem;
    padding: 5px 10px;
  }

  table{
    font-size: 0.7rem;
  }
  .cursor{
    cursor: pointer;
  }
  .btn-primary{
    color: #fff;
    background-color: #333333;
    border-color: #333333;
  }
  .btn-primary:hover{
    color: #333333;
    background-color: #ffffff;
    border-color: #333333;
  }