html, body {
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
}


html {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

div, img, a, p, h1, h2, h3, h4, h5, h6, span, label, input, textarea {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    outline: none;
}

div {
    box-sizing: border-box;
}
a {
    background: transparent;
    text-decoration: none;
    color: #0088cc;
}

a:active {
    outline: 0;
}

input, textarea {
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

ul, ol {
    list-style: none outside none;
}
