html {
    -webkit-text-size-adjust: none;
  }
  
  body,
  ul,
  li,
  dl,
  dt,
  dd,
  p,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  img,
  table,
  fieldset,
  legend,
  input,
  textarea,
  iframe {
    margin: 0;
    padding: 0;
  }
  
  iframe {
    width: 100%;
    height: auto;
    border: none;
  }
  
  ul,
  ol {
    list-style: none;
  }
  
  a {
    outline: none;
    text-decoration: none;
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  
  a:hover,
  a:active,
  a:visited,
  a:link,
  a:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    color: #333;
  }
  
  a {
    color: black;
  }

  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  img,
  input,
  button {
    border: none;
    background-color: transparent;
  }
  
  div,
  p,
  img,
  span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }
  
  html body input,
  html body button,
  html body textarea {
	margin: 0;
    outline: none;
  }
  
  textarea {
    resize: none;
    border: 0;
  }
  
  input,
  textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }