html,
body {
	background-color: white;
	background-image: url(emotions.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
}