.storagebox77 {
	width: 800px;
	height: 100px;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto;
}

.pagebotton77 {
	width: 270px;
	height: 300px;
	position: relative;
	top: 0;
	left: 0;
	margin: 5px 60px;
	padding: 3px;
	color: black;
	font-size: 20px;
	background-color: white;
	border-radius: 20px;
	border-bottom: 10px solid #AAAAAA;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	float: left;
}

.storagebox88 {
	width: 95%;
	height: 700px;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto;
	border: 2px dotted blue;
	border-radius: 5px;
}

.pagebotton88 {
	width: auto;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 5px 60px;
	padding: 3px;
	color: black;
	font-size: 20px;
	background-color: white;
	border-radius: 20px;
	border-bottom: 10px solid #AAAAAA;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	float: left;
}