.green-box {
	left: 9%;
	top: 2%;
	width: 82%;
	height: 10%;
	line-height: 1.1em;
}

#box-2 {
	left: 9%;
	top: 22%;
	width: 82%;
	height: 44.5%;
	line-height: 1.3em;
}

#box-2 p {
	margin: 0.25em 0.5em;
	text-align: left;
}

#box-2 img {
	width: 475px;
	float: right;
	margin: 3em 1em;
}

#page-2 p { letter-spacing: 0em; }

.solid-light-purple-box {
	position: fixed;
	top: 33%;
	width: 76%;
	left: 12%;
}

.cls-2, .cls-3 { cursor: pointer; }

*:focus { outline: 0; }

#site-table {
	text-align: center;
	position: absolute;
	top: 12%;
	left: 12%;
	font-size: 1.3em;
}

#holder {
	display: inline;
	position: relative;
	top: -0.5em;
}

#drone-zone-limit { clip-path: polygon(64.5% 14.7%,100% 14.7%,100% 100%,0 100%,4% 89%,4% 88%,8% 79%,8% 71%,14% 61%,18% 47%,19% 35%,24% 33%,27% 32%,41.7% 23%,45% 18.8%,55.1% 14.9%,60% 12%); }

#drone-zone-limit {
	display: none;
	position: absolute;
	top: 17%;
	bottom: 20%;
	left: 15%;
	right: 13%;
}

#help {
	display: none;
	position: absolute;
	background-color: var(--violet-color);
	color: #FFFFFF;
	font-size: 1.4em;
	width: 38%;
	top: 17.2%;
	left: 21%;
	border-radius: 8px;
}

#help .arrow-right {
	border-left: 32px solid var(--violet-color);
	margin-top: 0.25em;
}

#help p { 	margin: 0.25em 0.5em; }
