
  html, body{
    padding: 0;
    margin: 0;
    min-height:100vh;
    font-size: 14px;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    overflow:auto;
  }

  h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', 'Montserrat', Segoe UI, sans-serif;	
    margin: 0;
  }

  h1 {font-size: 2.5rem; }

  h2 {font-size: 2rem; }

  h3 {font-size: 1.75rem; }

  h4 {font-size: 1.5rem; }

  h5 {font-size: 1.25rem; }

  h6 {font-size: 1rem; }	

  span, p, a{
    margin:0;
    padding:0;
  }

  a{
    text-decoration: none;
    outline: none;
  }
  a { color: blue !important; }
  a:hover { color: darkviolet !important; }

  ul{
    list-style-type: none;
    text-decoration: none;  
    list-style: none;
    padding: 0;
    margin: 0;
  }

  *, ::after, ::before {
    box-sizing: border-box;
  }	

  img, svg {
    vertical-align: middle;
  }

  textarea{
    resize: none !important;
  }

  .text-inherit{
    font-size:inherit !important;
  }
