#rightColumn {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 25%;
}

.happyDog {
	display: flex;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
