* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    background: white;
    color: black;
    font-family: sans-serif;
}


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


img {
    max-width: 100%;
    height: auto;
    display: block;
}


ul, ol {
    list-style: none;
}


input, textarea, button, select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}


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


table {
    border-collapse: collapse;
    border-spacing: 0;
}