@import url("https://fonts.googleapis.com/css?family=Open+Sans:600");

.titel {
	margin-top: 50px;
}
.woordcloud {
	position: static;
	height: 75vh;
	width: 100%;
	box-shadow: 5px 5px 5px 5px #888888;
}
#woordcloud span {
	margin-top: 50px;
}
#welkom {
	text-align: center;
}

#vis {
	display: inline-block;
	width: auto;
	position: absolute;
	top: calc(50% + 25px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#logo {
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 35px;
}

#reset {
	color: #23063a;
	background: #ffe400;
	font-family: helvetica;
	width: auto;
	display: inline-block;
	padding: 10px 30px;
	font-size: 22px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
