body{
	background-color: white;
	color: black;
}

#cloud{
	display: block;
	position: fixed;
	width: 247px;
	height: 247px;
	background-image: url('../images/cloud.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#container{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
