#centerColumn {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-evenly;
	width: 50%;
}

#foofieTextContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 25%;
}

.foofieLetter {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 110px;
	font-family: "Georgia", serif;
	color: gold;
	width: 80px;
	height: 100px;
}

.foofieLetterPoppedOut {
	color: goldenrod;
	font-size: 120px;
}

#f1 {
	transform: rotate(-18deg) translate(0px, 20px);
}

#o1 {
	transform: rotate(-12deg);
}

#o2 {
	transform: rotate(-6deg) translate(5px, -12px);
}

#f2 {
	transform: rotate(6deg) translate(0px, -10px);
}

#i {
	transform: rotate(12deg);
	width: 40px;
}

#e {
	transform: rotate(18deg) translate(0px, 20px);
}

#foofieImage {
	height: 75%;
}
