.logo {
width: 650px;
height: 650px;
 
position: absolute;
top: 50%;
left: 50%;
 
margin-left: -330px; /* width divided by 2 */
margin-top: -330px; /* height divided by 2 */
}