*, body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
li,
dd {
    list-style-type: none;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
}

input {
    outline: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 999px rgba(255, 255, 255, 1) inset !important;
}
