.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--Donker-Grijs, #202120);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
	color: #F2F1EB;
}

.top-content, .center-content, .bottom-content {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	padding: 35px;
}

.typing-preloader-text {
	background: linear-gradient(to right, #053E2F, #053E2F);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: all 0.3s ease;
	font-size: 200px;
	font-family: "Blinker", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -4px;
}

.center-3{
	position: relative;
}

.procenten {
	color: var(--Mintie, #D1E2C0);
	text-align: center;
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.4px; position: absolute;
}

/************************/
/* MEDIA QUERIES TABLET */
/************************/
@media screen and (max-width: 767px) {
.preloader{
	padding: 3rem 1rem;
}

.top-content, .center-content, .bottom-content {
	padding:0;
}	
.typing-preloader-text {
	font-size:50px;
	letter-spacing: 2px;
}	
}