* {
	padding: 0;
	margin: 0;
	scrollbar-width:  none;
}

*::-webkit-scrollbar {
	display: none;
}

html, body {
	font-family: 'Nunito';font-size: 22px;
	height: 100%;
	width: 100vw;
	overflow: hidden;
	background-color: #ededed;
}

#alternating-text {
	position: relative;
	margin-top: 30vh;
	width: 100%;
	text-align: center;
	font-size: 10vw;
}

.terug {
	position: relative;
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}

a {
	text-align: center;
	text-decoration: none;
	color: #f5501d;
	overflow: hidden;
	font-size: 30px;
}

a:hover {
	color: #212121;
}