/* Box Model Reset */
* {
  box-sizing: border-box;
}
