html,
body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    background: #FFF;
    line-height:2;
    font-size: 14px;
}
html{
    scroll-padding-top: 80px;
}
a {
    text-decoration: none;
    color: #f44e3b;
}

* {
    box-sizing: border-box;
}

