html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
}

a {
   outline: 0;
}

ul, p, div, h1, h2, h3, img, 
a {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important; 
}

textarea {
   resize: none;
}
