*{
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: 'Audiowide', cursive;
}
#clouds{
	color:#F9DA67;
	font-size:2em;
	font-weight:bold;
}

ul{
	height: 140px;
}

.brownButton{
	position: absolute;
	border: 0px;
	width: 270px;
	height: 54px;
	cursor: pointer;
	left: 147px;
	top: 442px;
}
#size{
	position: absolute;
	top: 349px;
	left: 37px;
	border: none;
	background: transparent;
	width: 130px;
	height: 28px;
	color:white;
	font-size:1em;
	font-family: 'Audiowide', cursive;
}

#levels{
	position: absolute;
	top: 350px;
	left: 390px;
	border: none;
	background: transparent;
	width: 160px;
	height: 28px;
	color:white;
	font-size:1em;
	font-family: 'Audiowide', cursive;
}

#paragraph{
	position: absolute;
	top: 168px;
	left:76px;
	width: 72%;
	text-align: center;
	color: #CAD2A9;
}

#musicPlayer{
	position: absolute;
	border: 0px;
	width: 370px;
	height: 60px;
	left: 217px;
	top: 510px;	
}