* {
	margin: 0;
	padding: 0;
}

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

	
	
div.container4 {
    height: 10em;
    position: relative;
	z-index: 999999999;
	}
div.container4 p {
	text-align: center;
	font-size: 20px;
    margin: 0;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }