a {
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: 1em;
    outline: none;
    text-decoration: none;
    transition: 0.1s;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body {
    font-size: 0;
    margin: 0;
}

button {
    background: none;
    border: none;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0;
    line-height: 1em;
    outline: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

h1, h2, h3, h4, h5 {
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
}

hr {
    border: 0;
    margin: 0;
}

img {
    width: 100%;
}

menu {

}

p {
    box-sizing: border-box;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

p a {
    line-height: 1.5em;
    text-decoration: underline;
}

ul {
    box-sizing: border-box;
    padding: 0;
}

ul li {
    box-sizing: border-box;
}
