*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
}
ol,li,ul{
    list-style: none;
}