body {
	background: #b9d8e7;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #027baa;
	font-size: 14px;
}

.box {
	width: 300px;
    height: 300px;
	position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.chicken {
	width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    margin: auto;
    box-shadow: 
		-20px 0px 20px 10px #b9d8e7 inset, 
		20px 0px 20px 10px #b9d8e7 inset, 
		0px -20px 20px 10px #b9d8e7 inset, 
		0px 20px 20px 10px #b9d8e7 inset;
}

.column {
	width: 180px;
    display: inline-block;
}

.first-column {}

.second-column {
	padding-left: 15px;
}

.third-column {
	padding-left: 15px;
}