/* CSS Reset */
* {
    box-sizing: border-box;
}
