* {
	margin: 0;
	padding: 0;
}

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

.title-text {
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 40px 0;
    left: 0;
    right: 0;
    text-align: center;
}

.title-text-f {
    font-size: 32px;
    font-weight: bold;
    color: #614e34;
}

.title-text-s {
    font-size: 22px;
    margin: 20px 0;
    color: #614e34;
}