:root {
	--green1: #96c11f;
	--blue1: #3a3a3a;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	scroll: none;
	overflow: hidden;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.klaro-open {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: white;
	cursor: pointer;
}

p {
	line-height: 1.4;
}