* { margin: 0; padding: 0; }
html { background: #000; }
.logo {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 139px;
   height: 139px;
   margin-top: -69px; /* Half the height */
   margin-left: -69px; /* Half the width */
}
p{
	color: #fff;
	font-weight: bold;
}
.email{ margin: 2px 0px 0px 10px; }
.phone{	margin: 0px 0px 0px 20px; }