body{
	background-color: grey
}

h1 {
	font-size: 50px;
    color: black;
	background-color: white;
	width: 700px;
	height:100px;
	text-align: left;
	padding: 0px 20px;
	border: 5px solid black;
	display: flex;
	align-items: center;
	
	position: relative;
	top: 100px;
	left: 580px;
}

#box1 {
	color: black;
	background-color: white;
	width: 300px;
	height:50px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	position: relative;
	top: 100px;
	left: 740px;
	display: flex;
	align-items: center;
}
#box2 {
	color: black;
	background-color: white;
	width: 90px;
	height:50px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	position: relative;
	top: 100px;
	left: 840px;
	display: flex;
	align-items: center;
	
}

form {
	color: black;
	background-color: white;
	width: 300px;
	height: 350px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	position: relative;
	top: 100px;
	left: 740px;
	
}	

#back {
	color: black;
	background-color: white;
	width: 100px;
	height: 20px;
	text-align: left;
	padding: 0px 20px;
	border: 5px solid black;
	position: relative;
	top: 125px;
	left: 580px;
}

#backAdmin {
	color: black;
	background-color: white;
	width: 140px;
	height: 20px;
	text-align: left;
	padding: 0px 20px;
	border: 5px solid black;
	position: relative;
	top: 125px;
	left: 580px;
}

#backAdmin2 {
	color: black;
	background-color: white;
	width: 140px;
	height: 20px;
	text-align: left;
	padding: 0px 20px;
	border: 5px solid black;
}

#adminBox {
color: black;
	background-color: white;
	width: 300px;
	height: 350px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	position: relative;
	top: 100px;
	left: 740px;	
}

#search1 {
    font-size: 25px;
    color: black;
	background-color: white;
	width: 300px;
	height:50px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	display: flex;
	align-items: center;
	
	position: relative;
	top: 110px;
	left: 740px;	
}

#search2 {
    font-size: 25px;
    color: black;
	background-color: white;
	width: 300px;
	height:50px;
	text-align: left;
	padding: 0px 20px;
	border: 2px solid black;
	display: flex;
	align-items: center;
	
	position: relative;
	top: 110px;
	left: 740px;	
}

h2 {
	font-size: 50px;
    color: black;
	background-color: white;
	width: 700px;
	height:100px;
	text-align: left;
	padding: 0px 20px;
	border: 5px solid black;
	display: flex;
	align-items: center;
	
}