body{
	background: #0788A4;
	overflow:hidden;
}

.parking-div{
	display:flex;
	width:300px;
	height:300px;
	background-image:url('../images/logo_white_trans.png');
	background-size:300px 300px;

	position:absolute;
    	left:50%;
    	top:50%;

    	margin-left:-150px;
    	margin-top:-150px;
}