.logo {
display:block;
background-image: url("logo.png");
background-size: cover;
width:150px;
height:150px;
position:fixed;
top:50%;
left:50%;
margin:-105px 0 0 -75px;
text-indent:-9999px;
Overflow : hidden;
Border-radius: 5px;
}