@media screen {

    *, ::before, ::after {

        border:                 0;
        box-sizing:             border-box;
        font:                   inherit;
        font-size:              1em;
        font-weight:            n;
        list-style:             none;
        margin:                 0;
        padding:                0;
        text-decoration:        none;

    }

}
