*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    margin: 0;
    color: #3c3c3c;
    -webkit-font-smoothing: antialiased
}
input{
    outline: none;
}


h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

h1,h2,h3,h4,h5,h6,li,ol,p,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}
em,i {
    font-style: normal
}

img {
    width: 100%
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}