*{
    caret-color: transparent;
}
input, textarea{
    caret-color: black;
}
p, ul, ol{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none !important;
    color: inherit;
}
*:focus{
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}