* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* transition: width, height, transform, background .3s !important; */
    /* transition: all .3s; */
}