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

/* Clear fix hack */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

/******************************************
/* LAYOUT
/*******************************************/

#baddiesWritingBadCode, #weGoGet, #displayOutput, footer, h1 {
	display: flex;
	justify-content: space-evenly;
}