* {
	margin: 0;
	}

.hummeltie {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: rgb(122, 122, 122);
	color: white;
	}
