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

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}
