body {
	background-color: #9ACD32;
}

.title {
	text-align: center;
	padding: 5px;
}

.pic_step1 {
	width: auto;
	max-width: 100%;

	display: flex;
	justify-content: space-between;
}

.h2_title {
	text-align: center;
}

.box1, .box2, .box3, .box4 {
	text-align: center;
	border: 5px solid #000;
	margin: 5px;
	padding: 10px;
	border-radius: 7px;
	background-color: #40E0D0;
	display: grid;
}


.show_pic {
	max-width: 95%;
	border: 7px solid red;
}
