* {
	margin: 0;
	padding: 0;
}

.title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    padding: 20px;
    }

#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(#e4e0ba, #f7d9aa);
}