/*Making it so every element has intuitively sized boxes*/ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }