* { margin: 0; }

*,:after,:before {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

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

p {
    margin-bottom: 0.5em;
}

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