CSS rules to make styling work like you expect:

    *, *:before, *:after {
        box-sizing: border-box;
    }