body{
    background: #252626;
}
.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -55px;
    width: 110px;
    height: 130px;
    background: url("logo.png");
}