* {
	margin: 0;
	padding: 0;
}

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

.label {
	font-family: 'Press Start 2P';
	color: #5DA05C;
	animation: fadeWhite 4s forwards;
	animation-delay: 2s;
	position: relative;
	text-shadow: -1px -1px 0px #5DA05C,
	3px 3px 0px #ECDCB2,
	6px 6px 0px #00000055;;
}
