body {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
}

h1, h2, h3 {
    margin: 0;
    font-size: inherit;
    font-weight: normal;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

input {
    padding: 0;
    margin: 0;
    outline: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
}
