div {
	width: 50%;
	height: 33%;
	border: solid 2px #000000;
	background-color: #FF8000;
	display: flex;
	align-items: center;
	justify-content: center;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}