.green-box {
	left: 9%;
	top: 2%;
	width: 82%;
	height: 10%;
	line-height: 1.1em;
}

.green-box-bottom {
    left: 9%;
    top: 15%;
    width: 82%;
    height: 80%;
    line-height: 1.1em;
}

.commuter-image {
	width: 350px;
    margin-left: 160px;
}

.kid-image {
	width: 200px;
    margin-left: 110px;
}

.gardener-image {
	width: 250px;
}

.textbox-container {
	display: flex;
	flex-direction: row;
	height: 380px;
	gap: 13px;
}

.speech-bubble-1 {
    position: absolute;
    top: 47px;
    left: 155px;
    width: 250px;
}

.speech-bubble-2 {
    position: absolute;
    top: 10px;
    left: 410px;
    width: 300px;
}

.speech-bubble-3 {
    position: absolute;
    top: 125px;
    left: 540px;
    width: 210px;
}

.gardener-box {
    top: 20px;
    left: 181px;
    font-size: .6em;
    width: 210px;
}

.commuter-box {
    top: 120px;
    left: 540px;
    font-size: .6em;
    width: 184px;
}

.kid-box {
    top: 0;
    left: 429px;
    font-size: .6em;
    width: 310px;
}

span.draggable-text {
	background-color: #00C085;
}

.heat-text {
    position: absolute;
    top: 155px;
    left: 208px;
    font-size: .6em;
    color: #000;
    height: 20px;
    display: flex;
    align-items: center;
}

.pollution-text {
    position: absolute;
    top: 246px;
    left: 566px;
    font-size: .6em;
    color: #000;
    height: 20px;
    display: flex;
    align-items: center;
}

.flooding-text {
    position: absolute;
    top: 69px;
    left: 631px;
    font-size: .6em;
    color: #000;
    height: 20px;
    display: flex;
    align-items: center;
}

div.first-group {
    width: 0;
}

div.second-group {
    width: 0;
}

.flooding-text-2 {
    font-size: .6em;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 119px;
    left: 208px;
    color: #000;
}

.heat-text-2 {
    position: absolute;
    top: 188px;
    left: 589px;
    font-size: .6em;
    color: #000;
    height: 20px;
    display: flex;
    align-items: center;
}

.pollution-text-2 {
    position: absolute;
    font-size: .6em;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 69px;
    left: 568px;
    color: #000;
}


.textbox-container > div {
	width: 19%;
	border: 2px solid white;
    position: relative;
}

.dropzone {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-container {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
    justify-content: flex-end;
}

.solid-light-purple-box {
	position: fixed;
	top: 33%;
	width: 76%;
	left: 12%;
}

.bubble .name {
    font-size: .5em;
}

p.bubble {
	position: absolute;
	text-align: left;
	line-height: 1em;
	background-color: #fff;
	border: 8px solid #333;
	border-radius: 0.5em;
	padding: 0 0.5em 0.25em 0.5em;
}

p.bubble.red {
	color: var(--pink-color);
	border-color: var(--pink-color);
}
p.bubble.blue {
	color: var(--blue-color);
	border-color: var(--blue-color);
}
p.bubble.green {
	color: #319391;
	border-color: #319391;
}

p.bubble:before,
p.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech.blue:before  { border-color: var(--blue-color) transparent transparent var(--blue-color); }
p.speech.red:before  { border-color: var(--pink-color) transparent transparent var(--pink-color); }
p.speech.green:before { border-color: #319391 transparent transparent #319391; }

p.speech:before {
	left: 55px;
	bottom: -50px;
	border: 25px solid;
}

p.speech:after {
	left: 64px;
	bottom: -29px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}