.section-mainMessage {
	padding-top: 6vh;
	text-align: center;
}
.cookieMonster-is-sad {
	width: 500px;
	min-width: 40%;
	max-width: 80%;
	height: 500px;

	margin: 60px auto 0;

	background-image: url('/img/cookie.jpg');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;

	border-radius: 100%;
	transform: rotateZ(12deg);
}
