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

#page-1 {
	top: 2%;
}

#question-box {
	top: 55%;
	height: 40%;
}

#question-box p:nth-child(2) {
	height: 80%;
}

#question-box textarea {
	height: 92%;
}

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

.contents {
	border: 6px solid white;
	border-radius: 5px;
	width: 510px;
	height: 370px;
	overflow: hidden;
}

.contents > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.box {
	position: absolute;
	top: 14.2%;
}
#box-1 { left: 9%;  }
#box-2 { right: 9%; }

