*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    cursor: auto;
    font-style: normal;
    line-height: 1.5;
}

html, body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-style: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}